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
HashDictionary does work, but not Dictionary:
julia> d = Dictionaries.Dictionary([1], [:a]) 1-element Dictionary{Int64,Symbol,Array{Int64,1},Array{Symbol,1}} 1 │ :a julia> collect(d) ERROR: MethodError: no method matching size(::Dictionary{Int64,Symbol,Array{Int64,1},Array{Symbol,1}})
The text was updated successfully, but these errors were encountered:
Hmm. This is a HasLength iterator. Why is something calling size without checking it HasShape?
HasLength
size
HasShape
Sorry, something went wrong.
For some reason I wasn't watching/following this repo. Sorry for the delay!
It's all good! Not really affecting me directly I was just testing some things out.
bdc07ed
No branches or pull requests
HashDictionary does work, but not Dictionary:
The text was updated successfully, but these errors were encountered: