LinkedList.backRef

Returns the element at the back.

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

Meta