Type Alias JoaatHashSet

Source
pub type JoaatHashSet<T> = HashSet<T, JoaatBuildHasher>;
Expand description

A HashSet using a default Joaat hasher.

Aliased Typeยง

pub struct JoaatHashSet<T> { /* private fields */ }