Module set

Source
Expand description

IntervalSet implementation.

Structsยง

IntervalSet
Set with interval keys (ranges x..y). Newtype over IntervalMap<T, ()>. See IntervalMap for more information.