[Issue 13595] Extend std.algorithm.groupBy to support non-equivalence relations

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Dec 1 08:10:30 PST 2014


https://issues.dlang.org/show_bug.cgi?id=13595

--- Comment #11 from hsteoh at quickfur.ath.cx ---
P.S. the groupBy predicate can also be simplified to just: .groupBy!((w1, w2)
=> w1 == w2)

--


More information about the Digitalmars-d-bugs mailing list