Type Alias Nibblet
type Nibblet = NibbleVec<[u8; 64]>
A NibbleVec backed by a SmallVec with 64 inline element slots.
This will not allocate until more than 64 elements are added.
Nibblettype Nibblet = NibbleVec<[u8; 64]>
A NibbleVec backed by a SmallVec with 64 inline element slots.
This will not allocate until more than 64 elements are added.