LinkedList.head

Undocumented in source.
struct LinkedList(T, bool ordered = true)
LinkedListElement!(T)* head;

Meta