Open generic function
Removes all keys from a collection and leaves it empty.
common-extensions
table-extensions
remove-all-keys! collection => collection
<mutable-explicit-key-collection>.
<mutable-explicit-key-collection>.
Modifies collection by removing all its keys and elements, and leaves it empty.
Note: To empty collections that are not instances of <mutable-explicit-key-collection>, use size-setter.