sort method

void sort(
  1. num compareFn(
    1. T a,
    2. T b
    )
)

Implementation

external void sort(num Function(T a, T b) compareFn);