References
partition
utils
| summary | ||
| public | 
       F firstInversion(compare: Function, array: ArrayLike, left: number, right: number, pivots: number[], pi: number, pj: number): number Checks whether range [left,right[ of array is partitioned according to pivot p.  | 
    |
| public | 
       F isPartitioned(compare: Function, array: ArrayLike, left: number, right: number, pivots: number[], pi: number, pj: number): boolean Checks whether range [left,right[ of array is partitioned according to pivot p.  | 
    |
| public | 
       F whole(partition: *)  | 
    |
    
  