Structsยง
- Pattern ๐
- A pattern that is used in packed searching.
- Pattern
Iter ๐ - An iterator over the patterns in the
Patternscollection. - Patterns ๐
- A non-empty collection of non-empty patterns to search for.
Functionsยง
- is_
equal_ ๐ โraw - Compare
nbytes at the given pointers for equality. - is_
prefix ๐ - Returns true if and only if
needleis a prefix ofhaystack.