remove
Removes the specified object from the list.
remove(target: T): this
Notes
- If the object isn’t included in the list, this method simply does nothing.
Parameters
- target — The object to remove
Related
- class ManagedListA data structure that contains an ordered set of managed objects.