Counter._count

Stores the count as a size_t member variable in the Counter struct.

struct Counter(T)
size_t _count;