-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
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
isdefined fails for Int32 index #30648
Comments
Indices are restricted to |
See the description of
In other words, it only works on modules or object fields, not array elements. Arrays use |
Right, it won't do what you want even if you passed it julia> isdefined(Any[1], 1)
false IMO this is all the more reason it shouldn't do the array-like |
+1 to linking docs to isassigned. |
This is probably unintended behaviour.
The text was updated successfully, but these errors were encountered: