nibble_vec
0.1.0
All Items
Structs
Type Aliases
Crate
nibble_vec
Copy item path
source
·
[
−
]
Structs
§
NibbleVec
A data-structure for storing a sequence of 4-bit values.
Type Aliases
§
Nibblet
A
NibbleVec
backed by a
SmallVec
with 64 inline element slots. This will not allocate until more than 64 elements are added.