grid_iter

Type Alias Get

Source
pub type Get<T> = Take<Skip<T>>;

Aliased Typeยง

struct Get<T> { /* private fields */ }