Function includes

  • Check if array has a value.

    Type Parameters

    • T

    Parameters

    • x: T[]

      an array

    • v: T

      search value

    • i: number = 0

      begin index [0]

    Returns boolean

    v ∈ x[i..]?

Generated using TypeDoc