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

array_combinations using array::map #991

Merged
merged 9 commits into from
Sep 20, 2024

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    fdad625 View commit details
    Browse the repository at this point in the history
  2. added specialization tests

    ronnodas authored and phimuemue committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b54b84e View commit details
    Browse the repository at this point in the history
  3. Documentation for n_and_count

    ronnodas authored and phimuemue committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8c0f648 View commit details
    Browse the repository at this point in the history
  4. fixed copy-paste error

    ronnodas authored and phimuemue committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7c69298 View commit details
    Browse the repository at this point in the history
  5. restricted to use_alloc

    ronnodas authored and phimuemue committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    06c1e30 View commit details
    Browse the repository at this point in the history
  6. refactored to share code

    ronnodas authored and phimuemue committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ae940b4 View commit details
    Browse the repository at this point in the history
  7. IndexMut -> BorrowMut<slice>

    ronnodas authored and phimuemue committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    96c43dc View commit details
    Browse the repository at this point in the history
  8. "nitpicks"

    ronnodas authored and phimuemue committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    25a6413 View commit details
    Browse the repository at this point in the history
  9. doc for added trait

    ronnodas authored and phimuemue committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b5e5cd1 View commit details
    Browse the repository at this point in the history