keys
fn
auto keys(Value, Key)(inout Value[Key] aa) @propertyReturns a newly allocated dynamic array containing a copy of the keys from the associative array.
Parameters
aa | The associative array. |
Returns
A dynamic array containing a copy of the keys.
Note
emulated by the compiler during CTFE
fn
auto keys(T : Value[Key], Value, Key)(T * aa) @propertyditto