Skip to main content

Crate vecless

Crate vecless 

Source

Structsยง

IntoListIter
An owning iterator over a List<T>.
List
A minimal, singly linked list that avoids using Vec.
ListIter
A borrowing iterator over references to the elements of a List<T>.
ListIterMut
A mutable borrowing iterator over a List<T>.