LinkedHashMap.keys

struct LinkedHashMap(Key, Value)
@property inout @safe
inout(Key)[]
keys
()

Return Value

Type: inout(Key)[]

An dynamic array, the elements of which are the keys in the LinkedHashmap.

Meta