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

Add more mutable iterator methods #47

Merged
merged 8 commits into from
Dec 18, 2023
Merged

Add more mutable iterator methods #47

merged 8 commits into from
Dec 18, 2023

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    7fa00e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c4c7e2 View commit details
    Browse the repository at this point in the history
  3. feat: ✨ Improved signature for get_unchecked_mut and get_unchecked so…

    … that guarantees conversion into a usize works
    
    This way get_unchecked and get_unchecked_mut are a little more versatile, but still won't randomly panic on you.
    pcbowers committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    db87ad8 View commit details
    Browse the repository at this point in the history
  4. feat: ✨ Add implementations for From to improve ability to create i…

    …tems from a 2d and (1d, size) types
    pcbowers committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    cc60b7a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    990167a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0abdd03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b72fb7 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    6588863 View commit details
    Browse the repository at this point in the history