Module kernel::num::bounded

source ·
Expand description

Implementation of Bounded, a wrapper around integer types limiting the number of bits usable for value representation.

Structs§

  • An integer value that requires only the N least significant bits of the wrapped type to be encoded.

Traits§