RefCounted.count

struct RefCounted(T)
@property const
size_t
count
()

Return Value

Type: size_t

The number of $(D_PSYMBOL RefCounted) instances that share ownership over the same pointer (including $(D_KEYWORD this)). If this $(D_PSYMBOL RefCounted) isn't initialized, returns 0.

Meta