Skip to main content

NonEmptyLinkedList

Type Alias NonEmptyLinkedList 

Source
pub type NonEmptyLinkedList<T> = NonEmptyCollection<T, LinkedList<T>>;
Expand description

Specialized type for non-empty doubly-linked list with owned nodes.

Aliased Typeยง

pub struct NonEmptyLinkedList<T>(/* private fields */);