You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experimented with the following behavior, which is not supported by this package:
struct CustomArray{N1,N2} <: AbstractArray{Int, N1+N2}
...
end
The intent is to define 2 different kinds of dimensions for the array, which have a semantic difference. There is of course the same workaround of explicitly passing the expression N1+N2 as a 3rd type parameter.
Please consider this as a feature request, if this use case is convincing.
The text was updated successfully, but these errors were encountered:
I experimented with the following behavior, which is not supported by this package:
The intent is to define 2 different kinds of dimensions for the array, which have a semantic difference. There is of course the same workaround of explicitly passing the expression N1+N2 as a 3rd type parameter.
Please consider this as a feature request, if this use case is convincing.
The text was updated successfully, but these errors were encountered: