W3cubDocs

/Rust

Module std::array

Implementations of things like Eq for fixed-length arrays up to a certain length. Eventually, we should be able to generalize to all lengths.

See also the array primitive type.

Structs

TryFromSliceError

The error type returned when a conversion from a slice to an array fails.

IntoIter Experimental

A by-value array iterator.

Traits

FixedSizeArray Experimental

Utility trait implemented only on arrays of fixed size

© 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