Handbook
Glossary
>linked-hash ( assoc -- assoc' )
Vocabulary
linked-assocs
Inputs
assoc
an
assoc
Outputs
assoc'
a
linked-hash
Word description
Creates a new
linked-hash
containing the same elements as 'assoc'. The keys are inserted in the same order as the input assoc, if it has an order.
Definition
USING:
assocs
kernel
;
IN:
linked-assocs
:
>linked-hash
( assoc -- assoc' )
[
<linked-hash>
]
dip
assoc-union!
;