tryAddDeferred

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

The tryAddDeferred method of the Array class attempts to add the value specified by the value parameter to the array if it is not already present.

This method supports only collection types that can contain objects (that is, it is not supported for primitive arrays) and for all collection instance lifetimes.

2020.0.01 and higher