Function polars_utils::mem::to_mutable_slice
source · [−]pub unsafe fn to_mutable_slice<T: Copy>(s: &[T]) -> &mut [T]ⓘNotable traits for &'_ [u8]impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
Expand description
Safety
This may break aliasing rules, make sure you are the only owner.