DIP 1025--Dynamic Arrays Only Shrink, Never Grow--Community Review Round 1

Walter Bright newshound2 at digitalmars.com
Mon Nov 11 21:34:39 UTC 2019


On 11/11/2019 3:26 AM, Nicholas Wilson wrote:
> The breaking changes are massive and not well argued for.
> The suggested workaround of
> 
> 1) a = a ~ b;
> 
> in place of
> 
> 2) a ~= b;
> 
> is functional identical, thus any issues present in 2 are also present in 1.

The point is making it obvious that the GC is being used, i.e. it is intentional 
behavior.


More information about the Digitalmars-d mailing list