[][src]Type Definition contrail_collections::linked_list::NonBacktrackableLinkedListArena

type NonBacktrackableLinkedListArena<T> = LinkedListArena<NonBacktrackable, T>;

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