Skip to main content

touched_protected_ranges

Function touched_protected_ranges 

Source
pub fn touched_protected_ranges(
    edits: &[Edit],
    protected_ranges: &[ProtectedRange],
) -> Vec<ProtectedRange>
Expand description

Return protected ranges touched by the provided edits.