LinkedList.tail

Tail of the list.

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

Meta