Type Alias vizia_core::vg::textlayout::BlockRange

pub type BlockRange = Range<usize>;

Aliased Type§

struct BlockRange {
    pub start: usize,
    pub end: usize,
}

Fields§

§start: usize

The lower bound of the range (inclusive).

§end: usize

The upper bound of the range (exclusive).