Module toolshed::list

source ·
Expand description

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

Structs

A variant of the List that keeps track of the last element and thus allows user to push to the end of the list.
A single-ended linked list.
A builder that allows one to push elements onto the end of the list.
An iterator over the items in the list.
Unsafe variant of the List that erases any lifetime information.