tryRemoveDeferred

tryRemoveDeferred(value: MemberType): Boolean, receiverByReference, 
                                     updating;

The tryRemoveDeferred method of the Array class attempts to remove the value specified in the value parameter from the array if it is present.

This method returns true if the value was removed; otherwise it returns false.

2020.0.01 and higher