Expand description

Bit sequence number system

This permits to convert between variable-length bit sequences (i.e. [bool]) and fixed-length bit sequences (i.e. usize).

Constants

Maximum sequence length.

Maximum sequence value.

Functions

Returns the sequence of a value.

Returns the sequence length.

Writes the sequence of a value to a slice.

Returns the value of a sequence.