@arcmantle/library
    Preparing search index...

    Function arrayRemove

    • Remove the item if it can be found (by reference).

      Type Parameters

      • T

      Parameters

      • array: T[]
      • item: T

        The item to be removed.

      Returns boolean

      Wether or not the item was removed.