Skip to main content

FastSet

Type Alias FastSet 

Source
pub type FastSet<T> = HashSet<T, BuildFastHasher>;
Expand description

Aliased Type§

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

Trait Implementations§

Source§

impl<T> FastCollectionBuilder for FastSet<T>

Source§

fn new() -> Self

Creates an empty collection.
Source§

fn with_capacity(capacity: usize) -> Self

Creates an empty collection with at least the specified capacity.