Module toolshed::list [] [src]

A linked list and auxiliary types that can be used with the Arena.

Structs

EmptyListBuilder

A builder struct that allows to push elements onto the end of the list.

List

A single-ended linked list.

ListBuilder

A builder struct that allows to push elements onto the end of the list.

ListIter

An iterator over the items in the list.

UnsafeList

Unsafe variant of the List that erases any lifetime information.