apply_change

Function apply_change 

Source
pub fn apply_change<S: Borrow<str>>(
    text: &IndexedText<S>,
    change: TextChange,
) -> String
Expand description

Applies a TextChange to IndexedText returning a new text as String.