dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
EMethods.toUInt
dil
code
Methods
EMethods
Converts the expression to an integer. Reports an error if impossible.
long
toInt
(
Expression
e
)
ulong
toUInt
(
Expression
e
)
class
EMethods
ulong
toUInt
(
Expression
e
)
Meta
Source
See Implementation
dil
code
Methods
EMethods
constructors
this
functions
addressOf
error
errorExpectedIntOrFloat
toComplex
toImag
toInt
toLValue
toReal
toRealOrImag
toUInt
static functions
arrayLength
isBool
isConst
isFalse
isTrue
toBool
variables
diag
Converts the expression to an integer. Reports an error if impossible.