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
collect_as
I think it'd be slightly nicer if we let another package (https://github.com/JuliaArrays/CollectAs.jl?) own the collect_as function. That way:
https://github.com/JuliaArrays/CollectAs.jl
using CollectAs
The FixedSizeArray-specific methods would still be defined here.
FixedSizeArray
The text was updated successfully, but these errors were encountered:
The CollectAs package on its own would presumably have methods for:
CollectAs
Union{}
Array
collect
Sorry, something went wrong.
No branches or pull requests
I think it'd be slightly nicer if we let another package (
https://github.com/JuliaArrays/CollectAs.jl
?) own thecollect_as
function. That way:collect_as
for their own collection typescollect_as
or not, if a user wants it, they can dousing CollectAs
The
FixedSizeArray
-specific methods would still be defined here.The text was updated successfully, but these errors were encountered: