pub fn apply_change<S: Borrow<str>>(
text: &IndexedText<S>,
change: TextChange,
) -> StringExpand description
Applies a TextChange to IndexedText returning a new text as String.
pub fn apply_change<S: Borrow<str>>(
text: &IndexedText<S>,
change: TextChange,
) -> StringApplies a TextChange to IndexedText returning a new text as String.