Skip to content
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

isassigned should accept CartesianIndex arguments #45633

Closed
eschnett opened this issue Jun 10, 2022 · 1 comment
Closed

isassigned should accept CartesianIndex arguments #45633

eschnett opened this issue Jun 10, 2022 · 1 comment

Comments

@eschnett
Copy link
Contributor

While isassigned(::Array, ::Integer..) works, isassigned(::Array, ::CartesianIndex) does not. It would be nice to add that method.

(I am aware of #18843. Although the title of that issue seems promising, the discussion in that issue is about isdefined and a misunderstanding what that function should do.)

@N5N3
Copy link
Member

N5N3 commented Jun 10, 2022

We have isassigned(::Array, ::CartesianIndex) on master.
See #43394

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants