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.
pub(crate) fn set_lookbehind_from_start(
    nfa: &NFA,
    start: &Start,
    builder: &mut StateBuilderMatches,
)Sets the appropriate look-behind assertions on the given state based on this starting configuration.