Module int

Source
Expand description

Lexicographic comparison utility for integers.

Traits§

Integer
A trait for integer types that can be compared with cmp_int function.

Functions§

cmp_dec
Lexicographically compares the digits of two integers in their decimal representation.
cmp_int
Lexicographically compares the digits of two integers.