Module aho_corasick::packed::pattern
source ยท Structsยง
- Pattern ๐A pattern that is used in packed searching.
- PatternIter ๐An iterator over the patterns in the
Patterns
collection. - Patterns ๐A non-empty collection of non-empty patterns to search for.
Functionsยง
- is_equal_raw ๐ โCompare
n
bytes at the given pointers for equality. - is_prefix ๐Returns true if and only if
needle
is a prefix ofhaystack
.