https://issues.dlang.org/show_bug.cgi?id=13972
--- Comment #7 from Nick Treleaven <[email protected]> --- RefCounted and SafeRefCounted are @nogc. Unique is @nogc (but doesn't manage heap memory anyway). scoped is not. --
d-bugmail--- via Digitalmars-d-bugs Thu, 15 Dec 2022 11:19:49 -0800
https://issues.dlang.org/show_bug.cgi?id=13972
--- Comment #7 from Nick Treleaven <[email protected]> --- RefCounted and SafeRefCounted are @nogc. Unique is @nogc (but doesn't manage heap memory anyway). scoped is not. --