FbIndexMap

Type Alias FbIndexMap 

pub type FbIndexMap<const N: usize, V> = IndexMap<FixedBytes<N>, V, FbBuildHasher<N>>;
Expand description

IndexMap optimized for hashing fixed-size byte arrays.

Aliased Typeยง

pub struct FbIndexMap<const N: usize, V> { /* private fields */ }