Crate gaps

source · []
Expand description

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

Modules

A module providing utility functionality for working with ranges.

Structs

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

Traits

An extension trait that provides range based access to the “gaps” between ordered elements yielded by an iterator.

A trait representing the capability to increment a value.

An extension trait that provides range based access to the “gaps” in collections with a range method.