compare static method

int compare(
  1. dynamic buf1,
  2. dynamic buf2
)

Compares buf1 to buf2 typically for the purpose of sorting arrays of Buffer instances.

Implementation

external static int compare(buf1, buf2);