Hex Core JS
    Preparing search index...

    Function removeArrayElement

    • Returns a new array with the element at the specified index removed.

      Type Parameters

      • T

      Parameters

      • array: T[]

        The array to remove the element at the index from.

      • index: number

        The index of the element to remove.

      Returns T[]