View source
typedef CompareFunction<T>
package funkin.util.tools
import funkin.util.tools.ArraySortTools
Available on all platforms
A comparison function. Returns a negative number if the first argument is less than the second, a positive number if the first argument is greater than the second, or zero if the two arguments are equal.
Alias
alias for
(T, T) ‑> Int