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,
Latest version of Julia now have NamedTuple type in Base thanks to JuliaLang/julia#22194 very similar to type defined in https://github.com/blackrock/NamedTuples.jl/
Getting an iterator of NamedTuple will be a nice improvement that could help to fix queryverse/IterableTables.jl#65
Kind regards
The text was updated successfully, but these errors were encountered:
Allow NamedTuple in constructor---this is the way to go, see #55
d4bbaec
No branches or pull requests
Hello,
Latest version of Julia now have NamedTuple type in Base thanks to JuliaLang/julia#22194 very similar to type defined in https://github.com/blackrock/NamedTuples.jl/
Getting an iterator of NamedTuple will be a nice improvement that could help to fix
queryverse/IterableTables.jl#65
Kind regards
The text was updated successfully, but these errors were encountered: