intCompare function

int intCompare(
  1. int a,
  2. int b
)

Implementation

int intCompare(int a, int b) => a - b;