Removes all remaining keys and values from an associative array.
The associative array.
auto aa = ["k1": 2]; aa.clear; assert("k1" !in aa);
See Implementation
Removes all remaining keys and values from an associative array.