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