Documentation
    Preparing search index...

    Class IndexableAbstract

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Return an iterable of the index and value of each item in the iterable.

      Type Parameters

      • A

      Parameters

      • this: Iterable<A>

      Returns Generator<[number, any] | (number | A)[], void, unknown>