Crate nibble_vec
source ·Structs
- A data-structure for storing a sequence of 4-bit values.
Type Aliases
- A
NibbleVec
backed by aSmallVec
with 64 inline element slots. This will not allocate until more than 64 elements are added.
NibbleVec
backed by a SmallVec
with 64 inline element slots.
This will not allocate until more than 64 elements are added.