Skip to content

Dereferable

Compare
Choose a tag to compare
@coriolinus coriolinus released this 12 Dec 12:08
· 150 commits to master since this release

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.