pub fn apply_ops_for_language(
language: LowerLanguage,
file: &mut File,
ops: impl IntoIterator<Item = PatchOp>,
) -> Result<(), PatchError>Expand description
Applies a sequence of patch operations in order using the selected lower language.