Module std::array1.36.0[][src]

Expand description

固定长度数组的辅助函数和类型。

See also the array primitive type.

Structs

IntoIter

一个按值的 array 迭代器。

TryFromSliceError

从切片到数组的转换失败时返回的错误类型。

Functions

from_mut

将变量引用转换为 T,将变量引用转换为长度为 1 的数组 (不进行复制)。

from_ref

将 quotes 转换为 T,将 quotes 转换为长度为 1 的数组 (不进行复制)。