Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Crate gaps

Source
Expand description

Functionality for working with gaps/holes in ordered sequences of values.

Modules§

range
A module providing utility functionality for working with ranges.

Structs§

GapIter
An iterator over the gaps in a sequence represented by an iterator.

Traits§

Gappable
An extension trait that provides range based access to the “gaps” between ordered elements yielded by an iterator.
Inc
A trait representing the capability to increment a value.
RangeGappable
An extension trait that provides range based access to the “gaps” in collections with a range method.