_aaDup
fn
auto _aaDup(T : V[K], K, V)(T a)Creates a new associative array of the same size and copies the contents of the associative array into it.
Parameters
a | The associative array. |
auto _aaDup(T : V[K], K, V)(T a)Creates a new associative array of the same size and copies the contents of the associative array into it.
a | The associative array. |