(gml-put) ( collection key elt -- )


Vocabulary
gml.types

Inputs
collectionan object
keyan object
eltan object


Outputs
None

Definition

GENERIC#: (gml-put) 2 ( collection key elt -- )


Methods

M:: hashtable (gml-put) ( collection key elt -- )
elt key collection set-at ;



M:: sequence (gml-put) ( collection key elt -- )
elt key collection wrap set-nth ;