Function nu_command::sort

source ยท
pub fn sort(
    vec: &mut [Value],
    sort_columns: Vec<String>,
    span: Span,
    insensitive: bool,
    natural: bool
) -> Result<(), ShellError>