[unsigned] No, you can't address full address space in D

rsw0x via Digitalmars-d digitalmars-d at puremagic.com
Sat Feb 20 09:23:25 PST 2016


On Saturday, 20 February 2016 at 17:04:11 UTC, Kagamin wrote:
> It doesn't even compile: http://dpaste.dzfl.pl/ec0f5183e42e

This looks like it's a limit purely on the interface for 
allocating arrays from the GC.

i.e,

ubyte* ptr;
ubyte arr = ptr[0 .. size_t.max];

compiles just fine


More information about the Digitalmars-d mailing list