Handbook
Glossary
good-suffix-shift ( i c boyer-moore -- s )
Vocabulary
boyer-moore
.
private
Inputs
i
an
object
c
an
object
boyer-moore
an
object
Outputs
s
an
object
Definition
USING:
accessors
kernel
sequences.private
;
IN:
boyer-moore.private
:
good-suffix-shift
( i c boyer-moore -- s )
nip
good-suffix-table>>
nth-unsafe
;
inline