Function Array.opAssign
Assigning null empties the Array variable, but unlike clear
, does not
destroy the original memory unless it was the only remaining reference.
{null} opAssign();
Assigning null empties the Array variable, but unlike clear
, does not
destroy the original memory unless it was the only remaining reference.
{null} opAssign();