LinkedList.head

Head of the list.

struct LinkedList(T, bool ordered = true)
LinkedListElement!(T)* head;

Meta