Skip to main content

AttributeRange

Type Alias AttributeRange 

Source
pub type AttributeRange = Range<AttrIdx>;

Aliased Type§

pub struct AttributeRange {
    pub start: u16,
    pub end: u16,
}

Fields§

§start: u16

The lower bound of the range (inclusive).

§end: u16

The upper bound of the range (exclusive).