Function regex_automata::util::determinize::set_lookbehind_from_start

source ยท
pub(crate) fn set_lookbehind_from_start(
    nfa: &NFA,
    start: &Start,
    builder: &mut StateBuilderMatches,
)
Expand description

Sets the appropriate look-behind assertions on the given state based on this starting configuration.