We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Isn't the minmax operator documented anywhere? It's mentioned on https://docs.perl6.org/language/operators in the precendence table, but with no explanation
<AlexDaniel> m: say 5 minmax 8 minmax 3 <camelia> rakudo-moar 354a38484: OUTPUT: «3..8» <AlexDaniel> cool
It's documented as a method, and nowhere it says that there's a sub form and an infix form.
The text was updated successfully, but these errors were encountered:
Any suggestion? Add an entry there?
Sorry, something went wrong.
Since it's already documented in Any, I suspect it could be documented in the operators likely minhttps://docs.perl6.org/routine/min#language_documentation_Operators.
min
If that's ok, I can work on it today or tomorrow (please assign to me in such case).
Done. If you need help, just let me know.
d1b0571
fluca1978
No branches or pull requests
It's documented as a method, and nowhere it says that there's a sub form and an infix form.
The text was updated successfully, but these errors were encountered: