Handbook
Glossary
do-shift ( pos i c boyer-moore -- newpos )
Vocabulary
boyer-moore
.
private
Inputs
pos
an
object
i
an
object
c
an
object
boyer-moore
an
object
Outputs
newpos
an
object
Definition
USING:
kernel
math
math.order
;
IN:
boyer-moore.private
:
do-shift
( pos i c boyer-moore -- newpos )
[
good-suffix-shift
]
[
bad-char-shift
]
bi-curry
2bi
max
+
;
inline