Handbook
Glossary
<bad-char-table> ( seq -- table )
Vocabulary
boyer-moore
.
private
Inputs
seq
an
object
Outputs
table
an
object
Definition
USING:
kernel
sequences
;
IN:
boyer-moore.private
:
<bad-char-table>
( seq -- table )
H{
}
clone
swap
[
length
]
keep
[
insert-bad-char-shift
]
with
each-index
;
inline