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 {min,max}_set(_by{_key)?)? functions #323

Closed
wants to merge 1 commit into from

Commits on Oct 5, 2019

  1. FEAT: Add {min,max}_set(_by{_key)?)? functions

    The function min_set returns a Vec of all the minimum values. All
    variants for max and with key extraction and comparison functions are
    added also.
    
    Since the functions need to return an unknown number of values and the
    values are not known until the iterator is finished, the function
    needs to allocate memory. Therefore Vec is used for returning the
    values.
    zayenz authored and Mikael Zayenz Lagerkvist committed Oct 5, 2019
    Copy the full SHA
    7a7d8c1 View commit details
    Browse the repository at this point in the history