clear-assoc ( assoc -- )
Factor handbook » The language » Collections » Associative mapping operations » Associative mapping protocol

Prev:delete-at ( key assoc -- )
Next:value-at* ( value assoc -- key/f ? )


Vocabulary
assocs

Inputs
assocan assoc


Outputs
None

Generic word contract
Removes all entries from the assoc.

Side effects
Modifies assoc

Definition


Methods