rcClass.rcClass

Undocumented in source. Be warned that the author may not have intended to support it.
template rcClass(C)
rcClass
(
Args...
)
(
auto ref Args args
)
if (
is(C == class) &&
is(typeof(emplace!C(null, args)))
)
if (
is(C == class)
)

Meta