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