IrConstant

Stores numeric constant data Type is implicitly the smallest signed int type. TODO more types of constants

Constructors

this
this(IrIndex type, ulong value)
Undocumented in source.
this
this(float value)
Undocumented in source.
this
this(double value)
Undocumented in source.

Alias This

value

Members

Functions

intFitsIn32Bits
bool intFitsIn32Bits()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

type
IrIndex type;
Undocumented in source.
value
IrConstVal value;
Undocumented in source.

Meta