Interface Ordered<T>

Implements an iterable that allows sorting elements.

Interface

Ordered

Type Parameters

  • T

Hierarchy

  • Ordered

Properties

Properties

lt: ((other: any) => boolean)

Type declaration

    • (other: any): boolean
    • Parameters

      • other: any

      Returns boolean

Generated using TypeDoc