Enum member isAtomicRefCounted
compile time check that T can be ref counted atomically.
enum isAtomicRefCounted(T)
= is(T : shared(IAtomicRefCounted)) || is(T : IAtomicRefCounted);
compile time check that T can be ref counted atomically.
enum isAtomicRefCounted(T)
= is(T : shared(IAtomicRefCounted)) || is(T : IAtomicRefCounted);