Function removePath$

  • Remove value at path in a nested map.

    Type Parameters

    • K

    Parameters

    • x: Map<K, any>

      a nested map (updated)

    • p: K[]

      path

    Returns Map<K, any>

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

Generated using TypeDoc