Type Alias scc::hash_set::Reserve

source ·
pub type Reserve<'h, K, H = RandomState> = Reserve<'h, K, (), H>;
Expand description

Reserve keeps the capacity of the associated HashSet higher than a certain level.

The HashSet does not shrink the capacity below the reserved capacity.

Aliased Type§

struct Reserve<'h, K, H = RandomState> { /* private fields */ }