miao-string ~master (2022-05-28T10:56:13.300643)
Dub
Repo
Dfa_searcher
miao
string
dfa
Undocumented in source.
@
trusted
struct
Dfa_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
dfa
aliases
dfa_search
structs
Dfa_searcher