[go: up one dir, main page]

foldhash

Type Alias HashSet

source
pub type HashSet<T> = HashSet<T, RandomState>;
Expand description

Aliased Typeยง

struct HashSet<T> { /* private fields */ }