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 investigated this and it's an interesting problem. Doesn't seem like there's a way to create actual [3]int types using reflection which is why this is happening. We can only make []int types which then lose some information when passed into make(). Guess we need some way of tracking extra data on types.
Trying to create an array of length 3:
Works in gore:
The text was updated successfully, but these errors were encountered: