Structsยง
- Pattern ๐
- A pattern that is used in packed searching.
- Pattern
Iter ๐ - 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
.