PrimitiveKind

scala.scalanative.nir.Type.PrimitiveKind
sealed abstract class PrimitiveKind(val width: Int) extends ValueKind

Primitive value types.

Attributes

Graph
Supertypes
class ValueKind
class Type
class Object
trait Matchable
class Any
Known subtypes
object Bool
class F
object Double
object Float
class I
object Byte
object Char
object Int
object Long
object Short
object Ptr
Show all

Members list

Value members

Inherited methods

final def elemty(path: Seq[Val]): Type

Attributes

Inherited from:
Type
final def mangle: String

Attributes

Inherited from:
Type
final def show: String

Attributes

Inherited from:
Type

Concrete fields

val width: Int