Documentation
    Preparing search index...

    Class SortableAbstract

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Sort the elements in the iterable.

      Type Parameters

      • A

      Parameters

      • this: Iterable<A>
      • Optionalfn: (a: A, b: A) => number

      Returns A[]