Module core::array [] [src]

🔬 This is a nightly-only experimental API. (fixed_size_array #27778)

traits and impls are better expressed through generic integer constants

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

See also the array primitive type.

Structs

TryFromSliceError [
Experimental
]

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

Traits

FixedSizeArray [
Experimental
]

Utility trait implemented only on arrays of fixed size