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