http://d.puremagic.com/issues/show_bug.cgi?id=9975
--- Comment #10 from Martin Nowak <[email protected]> 2013-06-18 03:09:48 PDT --- (In reply to comment #9) > It *is* a problem, but I don't think it is as big a problem as you think it is > (or at least, not in your wording of "sort can't be used with structs"). > These kind of things just have to work. auto result = get("http://example.com").parseJSON().sort!((a, b) => a["id"] < b["id"])(); -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
