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

Prev:biassoc? ( object -- ? )
Next:<bihash> ( -- biassoc )


Vocabulary
biassocs

Inputs
exemplaran assoc


Outputs
biassoca biassoc


Word description
Creates a new biassoc using a new assoc of the same type as exemplar for underlying storage.

Definition