>linked-hash ( assoc -- assoc' )


Vocabulary
linked-assocs

Inputs
assocan 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