Module regex_automata::meta::strategy
source ยท Structsยง
- Core ๐
- Pre ๐
- Reverse
Anchored ๐ - Reverse
Inner ๐ - Reverse
Suffix ๐
Traitsยง
- Strategy ๐A trait that represents a single meta strategy. Its main utility is in providing a way to do dynamic dispatch over a few choices.
Functionsยง
- copy_
match_ ๐to_ slots Copies the offsets in the given match to the corresponding positions inslots
. - new ๐