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 */ }pub type FbIndexMap<const N: usize, V> = IndexMap<FixedBytes<N>, V, FbBuildHasher<N>>;IndexMap optimized for hashing fixed-size byte arrays.
pub struct FbIndexMap<const N: usize, V> { /* private fields */ }