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

RFC: make indexable collection API more uniform (keys, values, pairs) #22907

Merged
merged 2 commits into from
Sep 5, 2017

Commits on Sep 4, 2017

  1. add pairs, and keys/values for arrays

    This allows more uniform treatment of indexed collections.
    JeffBezanson committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    e2ea895 View commit details
    Browse the repository at this point in the history
  2. use pairs in findmin and findmax, supporting all indexable coll…

    …ections
    
    return `CartesianIndex` for n-d arrays in findmin, findmax, indmin, indmax
    
    more compact printing of `CartesianIndex`
    
    change sparse `_findr` macro to a function
    JeffBezanson committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    ef2fd5f View commit details
    Browse the repository at this point in the history