Skip to main content

zeroed_arc_slice

Function zeroed_arc_slice 

Source
pub fn zeroed_arc_slice<T: Zeroable>(length: usize) -> Arc<[T]>
Expand description

Allocates a Arc<[T]> with all contents being zeroed out.