http://d.puremagic.com/issues/show_bug.cgi?id=4468



--- Comment #2 from bearophile_h...@eml.cc 2011-07-30 06:54:17 PDT ---
This is a very common need. Another example:


import std.range;
void main() {
    auto aa = [1:["hello", "red"], 2:["blue", "yellow"]];
    auto r1 = join(aa.values); // OK
    auto r2 = join(aa.byValue()); // error
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to