LinkedList.length

Returns the number of currently held elements within the list.

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

Meta