pub type DynComparator = Box<dyn Fn(usize, usize) -> Ordering + Sync + Send, Global>;
Compare the values at two arbitrary indices in two arrays.