Struct linked_tail_list::TailList [] [src]

pub struct TailList<T> { /* fields omitted */ }

A specialized linked list (see the module documentation).

Methods

impl<T> TailList<T>
[src]

Creates a new empty list.

Pushed a new element to the front of the list.

Returns a cursor over all elements in this list.