Counter.storage

The associative array with the actual data

class Counter(T)
uint[T] storage;

Meta