Crate staticstep[][src]

Structs

DecBy

The Iterator-implementing struct through which the functionality of dec_by actually operates. Not useful by itself.

IncBy

The Iterator-implementing struct through which the functionality of inc_by actually operates. Not useful by itself.

Traits

IntoDecBy

A subtrait of RangeBounds<T> where T is Copy + Default + Step that turns implementers of it into an instance of DecBy when dec_by is called.

IntoIncBy

A subtrait of RangeBounds<T> where T is Copy + Default + Step that turns implementers of it into an instance of IncBy when inc_by is called.