Function range

Source
pub fn range<S: Step>(from: Option<S>, to: Option<S>) -> RangeIter<S> 
Expand description

Produce an iterator from from to to