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

Prev:at* ( key assoc -- value/f ? )
Next:>alist ( assoc -- newassoc )


Vocabulary
assocs

Inputs
assocan assoc


Outputs
na non-negative integer


Generic word contract
Outputs the number of entries stored in the assoc.

Definition


Methods