☰
Other items in
core
::
array
All crates
?
Function
core
::
array
::
from_ref
1.53.0 (const:
unstable
)
[
−
]
[src]
pub fn from_ref<T>(s:
&
T) -> &
[
T
; 1]
Expand description
将 quotes 转换为
T
,将 quotes 转换为长度为 1 的数组 (不进行复制)。