• Appends the list of items to its index.

    Type Parameters

    • T

    Parameters

    • items: List<T>

      The items list.

    Returns List<[index: number, T]>

    The list with indices.

Generated using TypeDoc