Handbook
Glossary
ensure-state ( key table -- )
Vocabulary
regexp
.
dfa
Inputs
key
an
object
table
an
object
Outputs
None
Definition
USING:
assocs
kernel
;
IN:
regexp.dfa
:
ensure-state
( key table -- )
2dup
key?
[
2drop
]
[
[
H{
}
clone
]
2dip
set-at
]
if
;
inline