compareReversed method

int compareReversed(
  1. VEntity a,
  2. VEntity b
)

Implementation

int compareReversed(VEntity a, VEntity b) => -compare(a, b);