[][src]Function maybe_std::array::from_ref

pub fn from_ref<T>(s: &T) -> &[T; 1]
🔬 This is a nightly-only experimental API. (array_from_ref)

Converts a reference to T into a reference to an array of length 1 (without copying).