Handbook
Glossary
match? ( i1 s1 i2 s2 -- ? )
Vocabulary
boyer-moore
.
private
Inputs
i1
an
object
s1
an
object
i2
an
object
s2
an
object
Outputs
?
an
object
Definition
USING:
kernel
sequences.private
;
IN:
boyer-moore.private
:
match?
( i1 s1 i2 s2 -- ? )
[
nth-unsafe
]
2bi@
=
;
inline