pub fn compare_by(
left: &Value,
right: &Value,
comparators: &mut [Comparator],
span: Span,
insensitive: bool,
natural: bool,
error: &mut Option<ShellError>,
) -> Orderingpub fn compare_by(
left: &Value,
right: &Value,
comparators: &mut [Comparator],
span: Span,
insensitive: bool,
natural: bool,
error: &mut Option<ShellError>,
) -> Ordering