>alist ( assoc -- newassoc )
Factor handbook » The language » Collections » Associative mapping operations » Associative mapping protocol

Prev:assoc-size ( assoc -- n )
Next:set-at ( value key assoc -- )


Vocabulary
assocs

Inputs
assocan assoc


Outputs
newassocan array of key/value pairs


Generic word contract
Converts an associative structure into an association list.

Definition

GENERIC: >alist ( assoc -- newassoc )


Methods