Skip to main content

Module i32

Module i32 

1.6.0 · Source
👎Deprecated since 1.99.0:

all constants in this module replaced by associated constants on the type

Expand description

Redundant constants module for the i32 primitive type.

New code should use the associated constants directly on the primitive type.

Constants§

MAXDeprecated
The largest value that can be represented by this integer type. Use i32::MAX instead.
MINDeprecated
The smallest value that can be represented by this integer type. Use i32::MIN instead.