[][src]Module contrail_collections::linked_list

Linked lists.

Structs

LinkedListArena

An arena that holds linked list nodes.

LinkedListNode

A node in a linked list.

Type Definitions

BacktrackableLinkedListArena

A linked list arena stored on the trail in backtrackable memory.

BacktrackableLinkedListNode

A linked list node stored on the trail in backtrackable memory.

NonBacktrackableLinkedListArena

A linked list arena stored on the trail in non-backtrackable memory.

NonBacktrackableLinkedListNode

A linked list node stored on the trail in non-backtrackable memory.