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