Sorting Assosiative Arrays and Finding Largest Common Substring

XavierAP via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Mar 16 09:29:48 PDT 2017


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


More information about the Digitalmars-d-learn mailing list