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. --