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
Notably this makes it possible to bound on:
Arr: AssocArraySize + AsRef<ArrayN<T, N>>
...and accept either `[T; N]` or `ArrayN<T, N>` interchangably.
`AsRef` is more convenient than `Borrow` in this context because it's in
the prelude.
0 commit comments