Module std::array
Helper functions and types for fixed-length arrays.
See also the array primitive type.
Structs
A by-value array iterator.
The error type returned when a conversion from a slice to an array fails.
Functions
Converts a mutable reference to T
into a mutable reference to an array of length 1 (without copying).
Converts a reference to T
into a reference to an array of length 1 (without copying).
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/array/index.html