Function remove

  • Removes the given element from the array.

    Type Parameters

    • T

    Parameters

    • array: T[]

      The array to mutate.

    • elt: T

      The element to remove.

    Returns void

Generated using TypeDoc