byKeyValue does not exist for associative arrays

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jan 24 03:18:57 PST 2015


On Sat, 24 Jan 2015 11:17:03 +0000, Bayan Rafeh wrote:

> 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

it exists... in current git head. ;-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20150124/867132e6/attachment-0001.sig>


More information about the Digitalmars-d-learn mailing list