pub fn zeroed_rc_slice<T>(length: usize) -> Rc<[T]>where T: Zeroable,
dep_bytemuck
Allocates a Rc<[T]> with all contents being zeroed out.
Rc<[T]>