http://d.puremagic.com/issues/show_bug.cgi?id=6835
--- Comment #1 from [email protected] 2012-11-28 17:33:25 PST --- I meant something like this: T[] unique(T)(T[] items) /*pure nothrow*/ { items.length -= items.sort().uniq().copy(items).length; return items; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
