Handbook
Glossary
set-each ( keys value hashtable -- )
Vocabulary
regexp
.
nfa
Inputs
keys
an
object
value
an
object
hashtable
an
object
Outputs
None
Definition
USING:
assocs
kernel
sequences
;
IN:
regexp.nfa
:
set-each
( keys value hashtable -- )
[
[
swap
]
curry
]
dip
[
set-at
]
curry
compose
each
;