Handbook
Glossary
(gml-put) ( collection key elt -- )
Vocabulary
gml
.
types
Inputs
collection
an
object
key
an
object
elt
an
object
Outputs
None
Definition
IN:
gml.types
GENERIC#:
(gml-put)
2
( collection key elt -- )
Methods
USING:
assocs
gml.types
hashtables
;
M::
hashtable
(gml-put)
( collection key elt -- )
elt key collection
set-at
;
USING:
gml.types
sequences
;
M::
sequence
(gml-put)
( collection key elt -- )
elt key collection
wrap
set-nth
;