Trait HashSetExt

pub trait HashSetExt

A convenience extension trait to enable HashSet::new for hash sets that use foldhash.

Required Methods

fn new() -> Self

Creates an empty HashSet.

fn with_capacity(capacity: usize) -> Self

Creates an empty HashSet with at least the specified capacity.

Implementors