Skip to main content

LiveSet

Type Alias LiveSet 

Source
pub type LiveSet = GrowableBitSet<ValueId>;
Expand description

A dense bitset for tracking live values.

Aliased Typeยง

pub struct LiveSet { /* private fields */ }