pub fn translate_last_match_to_first_match(source: &[SourceRule]) -> TranslatedExpand description
Translate source (last-match-wins order, first rule = lowest priority)
into a first-match deny→ask→allow RuleSet — see the module doc for
the algorithm and its safety guarantee.