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
-
trueiff the type's instances are signed. - width
-
The bit width of the type's instances.
Attributes
- Graph
-
- Supertypes
- Known subtypes
Members list
In this article