integer¶
The integer
module contains functions to work with integers.
## Constants
min¶
type: I64
Minimum valid integer value.
Same as signed::min
max¶
type: I64
Maximum valid integer value.
Same as signed::max
## Functions
parse(string)¶
Parses a string as an integer.
Returns an integer
.