LinkedList.insertAtEnd

Inserts an element at the end of the list.

struct LinkedList(E, bool allowDuplicates = true, alias equal = "a == b")
@safe pure nothrow
static if(allowDuplicates)
E
insertAtEnd
()

Meta