LinkedList.Node

Undocumented in source.
struct LinkedList(alias T, alias AllocT = SystemAllocator)
static
struct Node {}

Members

Variables

next
Node* next;
Undocumented in source.
prev
Node* prev;
Undocumented in source.
value
T value;
Undocumented in source.

Meta