FbIndexSet

Type Alias FbIndexSet 

pub type FbIndexSet<const N: usize> = IndexSet<FixedBytes<N>, FbBuildHasher<N>>;
Expand description

IndexSet optimized for hashing fixed-size byte arrays.

Aliased Typeยง

pub struct FbIndexSet<const N: usize> { /* private fields */ }