>biassoc ( assoc -- biassoc )
Factor handbook » The language » Collections » Bidirectional assocs

Prev:<bihash> ( -- biassoc )


Vocabulary
biassocs

Inputs
assocan assoc


Outputs
biassoca biassoc


Word description
Constructs a new biassoc with the same key/value pairs as the given assoc.

Definition