Module ord

Source
Expand description

Contains functions and function factories to compare arrays.

Functions§

make_comparator
Returns a comparison function that compares two values at two different positions between the two arrays.

Type Aliases§

DynComparator
Compare the values at two arbitrary indices in two arrays.