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 */);pub type NonEmptyLinkedList<T> = NonEmptyCollection<T, LinkedList<T>>;Specialized type for non-empty doubly-linked list with owned nodes.
pub struct NonEmptyLinkedList<T>(/* private fields */);