return to top
source
Sorts an array using insertion sort.
The optional parameter lt specifies an ordering predicate. It defaults to LT.lt, which must be decidable to be used for sorting.
lt
LT.lt