@arcmantle/library
    Preparing search index...

    Function arrayRemoveAt

    • Remove the item at the given index.

      Type Parameters

      • T

      Parameters

      • array: T[]
      • index: number

        The index of the item to remove.

      Returns boolean

      Wether or not the item was removed.