Module aho_corasick::packed::pattern
source ยท Structsยง
- Pattern ๐A pattern that is used in packed searching.
- Pattern
Iter ๐An iterator over the patterns in thePatterns
collection. - Patterns ๐A non-empty collection of non-empty patterns to search for.
Functionsยง
- is_
equal_ ๐ โraw Comparen
bytes at the given pointers for equality. - is_
prefix ๐Returns true if and only ifneedle
is a prefix ofhaystack
.