Available on crate feature
compiler
only.Expand description
Data produced by vectorscan to analyze a particular expression.
These structs cover the output of Expression::info()
and
Expression::ext_info()
.
Structs§
- Expr
Info - Data produced by vectorscan to analyze a particular expression.
- Expr
Width - The upper or lower bound for the length of any matches returned by a pattern.
Enums§
- Match
AtEnd Behavior - Whether this expression can produce matches at end of data (EOD).
- Unordered
Match Behavior - Whether the expression can produce matches that are not returned in order, such as those produced by assertions.