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