Crate atlist_rs[][src]

A LinkedList which is allowed to insert/remove element by immutable iterator. Adding, removing and moving the elements within the list or across several lists does not invalidate the iterators or references. An iterator is invalidated only when the corresponding element is deleted.

Example

Structs

Iter
IterMut
LinkedList

Enums

LinkedListError

Type Definitions

LinkedListItem
LinkedListResult