cu29::copperlist

Type Alias Iter

Source
pub type Iter<'a, T> = Chain<Rev<Iter<'a, T>>, Rev<Iter<'a, T>>>;

Aliased Typeยง

struct Iter<'a, T> { /* private fields */ }