pub type Gaps<'a, T, C> = Gaps<'a, T, (), C>;
Iterator over the gaps (unbound keys) of a RangeSet.
RangeSet
pub struct Gaps<'a, T, C> { /* private fields */ }