LinkedList.empty

Returns true when the end of the list have been reached.

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

Meta