miao-string ~master (2022-05-28T10:56:13.300643)
Dub
Repo
Knuth_morris_pratt_searcher
miao
string
knuth_morris_pratt
Undocumented in source.
@
trusted
struct
Knuth_morris_pratt_searcher (
PatRange
CorpusRange
=
PatRange
)
if
(
isValidParam
!(
PatRange
,
CorpusRange
)
) {
this
(PatRange pattern);
int
search
(CorpusRange corpus);
}
Constructors
this
this
(PatRange pattern)
Undocumented in source.
Members
Functions
search
int
search
(CorpusRange corpus)
Undocumented in source.
Meta
Source
See Implementation
miao
string
knuth_morris_pratt
aliases
knuth_morris_pratt_search
structs
Knuth_morris_pratt_searcher