pub fn apply_func_clone<S: Copy>(
    func: &TFunc<S>,
    content: &[Element],
    path: &[&Element],
    settings: S
) -> TListResult
Expand description

Apply a given transformation function to a list of elements, without mutating the original.