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
Use the same names `GenericArray` did:
- `Array::from_slice`
- `Array::from_mut_slice`
The goal is to deprecate these methods anyway, so we should use the same
names as `GenericArray` to ease migrating off of it.
0 commit comments