Skip to main content

SmallHashSet

Type Alias SmallHashSet 

Source
pub type SmallHashSet<T> = VecSet<[T; 8]>;

Aliased Typeยง

pub struct SmallHashSet<T>(/* private fields */);