Expand description
Traits§
- Default
Params - A sealed trait to associate an element type
T
with its default storage wordW
andEndianness
E
. - Storable
- A trait that defines a bidirectional, lossless conversion between a user-facing
element type
T
and its storage representationW
. - Word
- A trait that abstracts over the primitive unsigned integer types that can
serve as the storage words in a
FixedVec
.