Simplest way to create an array from an associative array which its contains keys and values?

bearophile bearophileHUGS at lycos.com
Thu Jan 9 04:18:41 PST 2014


> string[] r = aa.byKey.map!(k => [k, aa[k]]s).join;

Do you remember the bug report number and/or pull request number 
for that enhancement?

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list