Module bits

Source

Traits§

BoxSliceExt
A trait defining extended operations on box slices, particularly focused on bit manipulation.

Functions§

boxed_ones
Creates a boxed slice of u128 filled with binary ones, with the specified length in bits.
ceildiv 🔒
Calculates the ceiling of the division of two unsigned integers.

Type Aliases§

Bits