Skip to main content

remove_array_item_preserving

Function remove_array_item_preserving 

Source
pub fn remove_array_item_preserving(
    content: &str,
    path: &str,
    index: usize,
) -> DocumentResult<String>
Expand description

Remove one item from a YAML sequence by numeric index.