[Issue 13972] Make scoped, Unique, and RefCounted @nogc

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 15 19:16:56 UTC 2022


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

--- Comment #7 from Nick Treleaven <nick at geany.org> ---
RefCounted and SafeRefCounted are @nogc.
Unique is @nogc (but doesn't manage heap memory anyway).
scoped is not.

--


More information about the Digitalmars-d-bugs mailing list