[−][src]Function maybe_std::array::from_mut
pub fn from_mut<T>(s: &mut T) -> &mut [T; 1]
🔬 This is a nightly-only experimental API. (
array_from_ref
)Converts a mutable reference to T
into a mutable reference to an array of length 1 (without copying).