Swift deprecate i++ and c-style for loop

Steven Schveighoffer via Digitalmars-d digitalmars-d at puremagic.com
Thu Feb 25 11:03:12 PST 2016


On 2/24/16 3:47 PM, Ola Fosheim Grøstad wrote:
> On Wednesday, 24 February 2016 at 18:06:19 UTC, Steven Schveighoffer wrote:
>> I'm quite glad D stuck with the same type for arrays and array slices.
>
> And how will you get around this when not having a GC?
>

I don't follow. D's arrays will always have a GC.

If you have a different type of array, it's a different type, it can do 
whatever it wants.

-Steve


More information about the Digitalmars-d mailing list