PrimitiveKind

sealed abstract class PrimitiveKind(val width: Int) extends ValueKind

Primitive value types.

class ValueKind
class Type
class Object
trait Matchable
class Any
object Bool.type

Value members

Inherited methods

def mangle: String
Inherited from:
Type
def show: String
Inherited from:
Type

Concrete fields

val width: Int