Function getAll

  • Get characters at indices.

    Parameters

    • x: string

      a string

    • ats: Iterable<number>

      character indices (-ve ⇒ from right)

    Returns string

    x[i] + x[j] + ... | [i, j, ...] = ats

Generated using TypeDoc