FixedSizeI

scala.scalanative.nir.Type.FixedSizeI
sealed abstract class FixedSizeI(width: Int, val signed: Boolean) extends PrimitiveKind, I

The type of a fixed-size integer.

Value parameters

signed

true iff the type's instances are signed.

width

The bit width of the type's instances.

Attributes

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

Members list

Value members

Inherited methods

def =?=(other: Type): Boolean

Attributes

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

Attributes

Inherited from:
Type

Attributes

Inherited from:
Type
final def mangle: String

The mangled representation of this.

The mangled representation of this.

Attributes

Inherited from:
Type
final def show: String

A textual representation of this.

A textual representation of this.

Attributes

Inherited from:
Type

Concrete fields

true iff instances of this type are signed.

true iff instances of this type are signed.

Attributes