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

Accept more than Int #8

Open
zsunberg opened this issue Jun 12, 2024 · 1 comment
Open

Accept more than Int #8

zsunberg opened this issue Jun 12, 2024 · 1 comment

Comments

@zsunberg
Copy link
Member

function Base.getindex(wa::WildcardArray{T,N}, i::Vararg{Int,N})::T where {T,N}

Shouldn't we be able to access with more than Int? for example UInt16?

@zsunberg
Copy link
Member Author

I think this could be accomplished with Base.getindex(wa::WildcardArray{T,N}, i...)

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

1 participant