LinkedList.frontRef

Returns the element at the front.

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

Meta