Documentation
    Preparing search index...

    Class ReversableAbstract

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Reverse the order of the elements in the iterable.

      Type Parameters

      • A

      Parameters

      • this: Iterable<A>

      Returns Generator<A, void, unknown>