LinkedList.back

Returns the element at the back.

struct LinkedList(E, bool allowDuplicates = true, alias equal = "a == b")
@property @nogc @safe nothrow pure
E
back
()

Meta