Module regex_automata::meta::strategy
source ยท Structsยง
- Core ๐
- Pre ๐
- ReverseAnchored ๐
- ReverseInner ๐
- ReverseSuffix ๐
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 in
slots
. - new ๐