replace_all

Function replace_all 

Source
pub fn replace_all(
    range: RangeInclusive<SyntaxElement>,
    new: Vec<SyntaxElement>,
)