Function hasPath

  • Check if nested ilists has a path.

    Returns

    x[k₀][k₁][...] exists? | [k₀, k₁, ...] = p

    Type Parameters

    • T

    Parameters

    • x: ILists<T, any>

      nested ilists

    • p: T[]

      search path

    Returns boolean

Generated using TypeDoc