RangeSet2

Type Alias RangeSet2 

Source
pub type RangeSet2<T> = RangeSet<[T; 2]>;
Expand description

A range set that stores up to 2 boundaries inline

Aliased Typeยง

pub struct RangeSet2<T>(/* private fields */);