Function ikeys

  • List all indices. 📘

    Type Parameters

    • T

    Parameters

    • x: T[]

      an array

    Returns IterableIterator<number>

    0, 1, ..., |x|-1

Generated using TypeDoc