Clear

From Kolmafia
Revision as of 21:57, 10 March 2010 by imported>StDoodle (Created page with '{{ #vardefine:name|clear}}{{ #vardefine:return_type|void}}{{ FunctionPage| name={{#var:name}}| function_category=Miscellaneous| function1={{Function| name={{#var:name}}| aggreg…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
needs(code_samples);

Function Syntax

void clear(aggregate map )

  • map is the aggregate to clear

Clears the aggregate map of all its keys & data.

See Also

count() | file_to_map() | map_to_file()