Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added implementations for IntoIter and IterMut #16

Merged
merged 5 commits into from
Oct 10, 2021

Commits on Oct 10, 2021

  1. Added implementations for IntoIter and IterMut

    - The main goal was to add IntoIter, this allows moving the values and their count out of the counter
    - It may be nicer to modify the counts manually with an iterator rather than via index.
    TinBryn committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    0ab03c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cec47ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c292b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9279b50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f81e90 View commit details
    Browse the repository at this point in the history