DiagFwdIter

Type Alias DiagFwdIter 

Source
pub type DiagFwdIter<T> = Take<StepBy<Skip<T>>>;

Aliased Typeยง

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