values

fnauto values(Value, Key)(inout Value[Key] aa) @property

Returns a newly allocated dynamic array containing a copy of the values from the associative array.

Parameters

aaThe associative array.

Returns

A dynamic array containing a copy of the values.

Note

emulated by the compiler during CTFE
fnauto values(T : Value[Key], Value, Key)(T * aa) @property

ditto