Function removePath$

  • Remove value at path in a nested array! šŸ“˜

    Parameters

    • x: any[]

      a nested array (updated!)

    • p: number[]

      path

    Returns any[]

    x \: [iā‚€][i₁][...] | [iā‚€, i₁, ...] = p

Generated using TypeDoc