RefCounted.to

Undocumented in source. Be warned that the author may not have intended to support it.
struct RefCounted(T, bool Atomic = true, Allocator = Mallocator)
const @safe
static if(isClassOrIface!T)
RefCounted!(BT, Atomic, Allocator)
to
(
BT
)
()
if (
isAssignable!(BT, T)
)
if (
isAllocator!Allocator &&
!isArray!T
)

Meta