Interface ISortedArrayOptions<T>

Type Parameters

  • T

Hierarchy

  • ISortedArrayOptions

Properties

allowDuplicates?: boolean
compare?: ((a, b) => number)

Type declaration

    • (a, b): number
    • Parameters

      • a: T
      • b: T

      Returns number

data?: Iterable<T>

Generated using TypeDoc