values
Returns a newly allocated dynamic array containing a copy of the values from the associative array.
Parameters
aa | The associative array. |
Returns
A dynamic array containing a copy of the values.
Note
emulated by the compiler during CTFE
Returns a newly allocated dynamic array containing a copy of the values from the associative array.
aa | The associative array. |