[][src]Module toolshed::list

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

Structs

GrowableList

A variant of the List that keeps track of the last element and thus allows user to push to the end of the list.

List

A single-ended linked list.

ListBuilder

A builder that allows one 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.