zeroed_slice_box

Function zeroed_slice_box 

Source
pub fn zeroed_slice_box<T>(length: usize) -> Box<[T]>
where T: Zeroable,
Expand description

As try_zeroed_slice_box, but unwraps for you.