Open
Description
- Replace the ARRAY generic with with a generic type bound over
const N: usize
andT
- Potentially restrict it to only Copy types
- Add an
init_slice_mut()
method- Replace the usage of
init_slice_repeat_mut
- Replace the usage of
See: rust-lang/rust#44580
Activity