Function getAll

  • Get values at indices.

    Type Parameters

    • T

    Parameters

    • x: Iterable<T>

      an iterable

    • is: number[]

      indices (sorted)

    Returns IterableIterator<T>

    x[i₀], x[i₁], ... | [i₀, i₁, ...] = is

Generated using TypeDoc