Module extprim::u128 [] [src]

Unsigned 128-bit integer.

Structs

u128

An unsigned 128-bit number.

Constants

BITS

Number of bits an unsigned 128-bit number occupies.

BYTES

Number of bytes an unsigned 128-bit number occupies.

MAX

The largest unsigned 128-bit integer (340_282_366_920_938_463_463_374_607_431_768_211_455).

MIN

The smallest unsigned 128-bit integer (0).

ONE

The constant 1.

ZERO

The constant 0.

Functions

div_rem

Computes the divisor and remainder simultaneously. Returns (a/b, a%b).