ColIter

Type Alias ColIter 

Source
pub type ColIter<T> = StepBy<Skip<T>>;

Aliased Typeยง

pub struct ColIter<T> { /* private fields */ }