Skip to main content
Version: 0.11

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.