pub fn array_sort(arr: &[String], reverse: bool, numeric: bool) -> Vec<String>
Sort array (from subst.c (o) flag)