Skip to main content

DenseSet

Type Alias DenseSet 

Source
pub type DenseSet<H> = Set<H, DenseMap<H, ()>>;
Expand description

A handle set that uses a bit vector to store handles.

See DenseMap for more information on memory requirements and speed.

Aliased Typeยง

pub struct DenseSet<H> { /* private fields */ }