range_collections::range_set

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ยง

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