Handbook
Glossary
>biassoc ( assoc -- biassoc )
Factor handbook
»
The language
»
Collections
»
Bidirectional assocs
Prev:
<bihash> ( -- biassoc )
Vocabulary
biassocs
Inputs
assoc
an
assoc
Outputs
biassoc
a
biassoc
Word description
Constructs a new biassoc with the same key/value pairs as the given assoc.
Definition
USING:
assocs
;
IN:
biassocs
:
>biassoc
( assoc -- biassoc )
T{
biassoc
}
assoc-clone-like
;