RefCounted.valid

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

Meta