Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parameterize Counter on the numeric type
Closes #5. This is a breaking change which adds a second type parameter to Counter, which is used to actually count the values. Some existing code may fail due to the new required parameter. In particular, type discovery appears not to be able to correctly determine that N should be usize by default when creating a counter via init.
- Loading branch information