remove-all-keys!

Remove all keys from a table.  This function iterates through all the keys and calls remove-key! on each one.

Note: To empty collections that are not instances of <mutable-explicit-key-collection>, use size-setter.

Exported from

Modifiers

open

Arguments

collAn instance of <mutable-explicit-key-collection>.

Values

collAn instance of <mutable-explicit-key-collection>.
Modifies collection so that it no longer has a key equal to key.
The class of explicit key collections that can have elements replaced.
Sets the size of an object.
The table-extensions module.
The common-dylan module.
Miscellaneous extensions to the Dylan language.