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
Hello,
I was just wondering why Base.Fix$(N) only exists for N ∈ [1, 2]? It seems fairly arbitrary.
Base.Fix$(N)
N ∈ [1, 2]
Could we perhaps add a Base.FixN which can take a ::Val{N::Integer} as an argument, and uses that to index the argument?
Base.FixN
::Val{N::Integer}
Best, Miles
The text was updated successfully, but these errors were encountered:
See also #554 for related discussion on currying.
Sorry, something went wrong.
Base.Fix
Fix1
Fix2
fixed by #54653
No branches or pull requests
Hello,
I was just wondering why
Base.Fix$(N)
only exists forN ∈ [1, 2]
? It seems fairly arbitrary.Could we perhaps add a
Base.FixN
which can take a::Val{N::Integer}
as an argument, and uses that to index the argument?Best,
Miles
The text was updated successfully, but these errors were encountered: