cu29::copperlist

Type Alias IterMut

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

Aliased Typeยง

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