IntervalSet

Type Alias IntervalSet 

Source
pub type IntervalSet = Set<Interval, u32>;

Aliased Type§

pub struct IntervalSet {
    pub bits: u32,
    /* private fields */
}

Fields§

§bits: u32

Implementations§

Source§

impl IntervalSet

Source

pub fn modes(self) -> impl Iterator<Item = Self>