18 comments (18 comments)0 reactions (0 reactions)0 assignees (0 assignees)Julia5,773 forks (5,773 forks)batch import
collectionshelp wanted
Repository metrics
- Stars
- 48,709 stars (48,709 stars)
- PR merge metrics
- Avg merge 20d 6h (Avg merge 20d 6h)157 merged PRs in 30d (157 merged PRs in 30d)
Description
This issue was raised in the mailing list: https://groups.google.com/forum/#!topic/julia-users/iBydnBqQgxg
Although we can define a custom type and specialize the < operator for it, sometimes we may be interested in testing different operators on the spot. What are your thoughts on an additional option a la C++?
findmin(array, lt=<)
Contributor guide
- Research direction
- Review the mailing list discussion linked in the issue, then examine the current implementation of findmin in base/reduce.jl to understand where to add the optional 'lt' parameter. Check if there are any related PRs or discussions about similar functions.
- Tech stack
- julia
- Domain
- backendapi
- Issue type
- Feature
- Prerequisites
- GitJulia