LinkedHashMap.length

Returns the number of elements in the LinkedMap.

struct LinkedHashMap(K, E, alias hashFunc = defaultHash128!(K), alias equal = "a == b", bool retainKeys = false, alias keyEqual = "a == b", bool ovrwrtBhvr = true)
@property @nogc @safe pure nothrow const
size_t
length
()

Meta