byKeyValue does not exist for associative arrays

Bayan Rafeh via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jan 24 03:17:03 PST 2015


Apparently byKeyValue does not exist for associative arrays, 
should it?

void main() {
     int[string] a;
     a.byKeyValue(); //Error: byKeyValue doesn't exist.
}

If it shouldn't could someone remove it from the documentation?

http://dlang.org/hash-map.html


More information about the Digitalmars-d-learn mailing list