Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hybrid-array: remove
Array::ref_*
prefixes (#1037)
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.
- Loading branch information