ValueKind

scala.scalanative.nir.Type$.ValueKind
sealed abstract class ValueKind extends Type

Value types are either primitive or aggregate.

Attributes

Graph
Supertypes
class Type
class Object
trait Matchable
class Any
Known subtypes
class ArrayValue
class StructValue
object Bool.type
class F
object Double.type
object Float.type
class I
object Byte.type
object Char.type
object Int.type
object Long.type
object Short.type
object Ptr.type
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