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

Reply via email to