[Issue 13936] groupBy must be redone
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jan 14 17:16:32 PST 2015
https://issues.dlang.org/show_bug.cgi?id=13936
--- Comment #39 from hsteoh at quickfur.ath.cx ---
I've run into some roadblocks: RefCounted is @system which makes groupBy
@system. This can be mostly swept under the carpet by making the GroupBy ctor
@trusted, but there's a further problem: RefCounted is also (inherently)
impure, which makes this design unusable in pure code. :-(
--
More information about the Digitalmars-d-bugs
mailing list