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.