Function without

  • Create a new array without the given element.

    Returns

    a new array without element

    Type Parameters

    • T

    Parameters

    • array: T[]

      the input array

    • element: T

      the element to remove

    Returns T[]

Generated using TypeDoc