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
Bayan Rafeh via Digitalmars-d-learn Sat, 24 Jan 2015 03:20:53 -0800
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