On Monday, 16 June 2014 at 16:49:46 UTC, Andrew Brown wrote:
ulong[string] dictionary; // the length property is ulong, notuint
Actually length is size_t (uint on x86 and ulong on x64).
sigod via Digitalmars-d-learn Wed, 18 Jun 2014 18:56:18 -0700
On Monday, 16 June 2014 at 16:49:46 UTC, Andrew Brown wrote:
ulong[string] dictionary; // the length property is ulong, notuint
Actually length is size_t (uint on x86 and ulong on x64).