Handbook
Glossary
copy-key ( to from to-key from-key -- )
Vocabulary
couchdb
Inputs
to
an
object
from
an
object
to-key
an
object
from-key
an
object
Outputs
None
Definition
USING:
assocs
;
IN:
couchdb
::
copy-key
( to from to-key from-key -- )
from-key from
at
to-key to
set-at
;