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

Forward more iterator methods #614

Merged
merged 3 commits into from Apr 19, 2019
Merged

Forward more iterator methods #614

merged 3 commits into from Apr 19, 2019

Commits on Apr 3, 2019

  1. Merge pull request #1 from rust-ndarray/master

    Merge main rep master to fork master
    Andrew committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    b39a0bb View commit details
    Browse the repository at this point in the history
  2. Forwarded some methods to inner iterator:

    - nth
    - collect
    - any
    - all
    - find
    - find_map
    andrei-papou committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    b8aac40 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Removed Self bounds + forwarded more methods

    andrei-papou committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    927307a View commit details
    Browse the repository at this point in the history