LinkedHashMap.values

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

Return Value

Type: inout(Value)[]

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

Meta