Type alias Comparator<T, U>

Comparator<T, U>: ((first, second) => U)

Type Parameters

Type declaration

    • (first, second): U
    • Parameters

      • first: T
      • second: T

      Returns U

Generated using TypeDoc