pub fn remove_array_item_preserving( content: &str, path: &str, index: usize, ) -> DocumentResult<String>
Remove one item from a YAML sequence by numeric index.