Function getPath

  • Get value at path in nested ilists.

    Returns

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

    Type Parameters

    • K

    Parameters

    • x: ILists<K, any>

      nested ilists

    • p: K[]

      path

    Returns any

Generated using TypeDoc