RefCounted.refCount

Undocumented in source. Be warned that the author may not have intended to support it.
struct RefCounted(alias pred, T)
@property
size_t
refCount
()
if (
!is(T == class) &&
is(typeof(pred(cast(T*)null)) == T*)
)

Meta