Dereferable
Changed the interface: instead of needing to call .map
on Counter
objects, they now implement Deref
and DerefMut
, so all relevant methods can be called on them directly.
Changed the interface: instead of needing to call .map
on Counter
objects, they now implement Deref
and DerefMut
, so all relevant methods can be called on them directly.