Function compareArrayDescending

  • This descending sort-comparator function compares two arrays using a provided comparator function.

    Type Parameters

    • T

      The type of the elements in the arrays.

    Parameters

    • comparator: Comparator = compare

      The comparator function to use for comparing elements.

    Returns Comparator

    See

    compareArray

Generated using TypeDoc