sort method

void sort([
  1. int compare(
    1. E a,
    2. E b
    )?
])

Implementation

external void sort([int compare(E a, E b)?]);