LinkedHashMap.length

struct LinkedHashMap(Key, Value)
@property nothrow pure const @trusted
size_t
length
()

Return Value

Type: size_t

the number of values in the LinkedHasMap.

Meta