LinkedHashMap.empty

struct LinkedHashMap(Key, Value)
@property nothrow pure const @safe
bool
empty
()

Return Value

Type: bool

true if the LinkedHasmap has no elements.

Meta