On Thursday, 16 March 2017 at 16:02:13 UTC, helxi wrote:
1. .length is of type ulong
Either use auto or if needed size_t. As Thedeemon says this is an alias of ulong on 64-bit and uint on 32.
https://dlang.org/spec/hash-map.html
XavierAP via Digitalmars-d-learn Thu, 16 Mar 2017 09:31:38 -0700
On Thursday, 16 March 2017 at 16:02:13 UTC, helxi wrote:
1. .length is of type ulong
Either use auto or if needed size_t. As Thedeemon says this is an alias of ulong on 64-bit and uint on 32.
https://dlang.org/spec/hash-map.html