Type Definition scc::hash_set::Ticket

source · []
pub type Ticket<'h, K, H> = Ticket<'h, K, (), H>;
Expand description

Ticket keeps the increased minimum capacity of the HashSet during its lifetime.

The minimum capacity is lowered when the Ticket is dropped, thereby allowing unused memory to be reclaimed.