sort_by

Function sort_by 

Source
pub fn sort_by(
    vec: &mut [Value],
    comparators: Vec<Comparator>,
    head_span: Span,
    insensitive: bool,
    natural: bool,
) -> Result<(), ShellError>
Expand description

Sort a slice of Values by criteria specified by one or multiple Comparators.