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.

--

Reply via email to