polars_utils::mem

Function to_mutable_slice

Source
pub unsafe fn to_mutable_slice<T: Copy>(s: &[T]) -> &mut [T]
Expand description

ยงSafety

This may break aliasing rules, make sure you are the only owner.