Interface Array<T>

Type Parameters

  • T

Hierarchy

  • Array

Methods

Methods

  • Sorts this array according to the ordering implied by applying the transformation function to each element.

    Parameters

    • transformation: ((value) => number)
        • (value): number
        • Parameters

          • value: T

          Returns number

    Returns T[]

Generated using TypeDoc