Expand description
Memory element descriptions.
This module describes memory integers and processor registers used to hold and
manipulate bitvec
data buffers.
The BitMemory
trait adds descriptive information to the unsigned integers
available in the language.
The BitRegister
trait marks the unsigned integers that correspond to
processor registers, and can therefore be used for buffer control. The integers
that are BitMemory
but not BitRegister
can be composed out of register
values, but are unable to be used in buffer type parameters.
!
Traits
Description of an integer memory element.
Description of a processor register.