Function rstubs::util::slice_cast

source ·
pub unsafe fn slice_cast<I: Sized, O: Sized>(input: &[I]) -> &[O]
Expand description

Cast the slice to another data type