1.36.0[][src]Module maybe_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.

IntoIterExperimental

A by-value array iterator.

Traits

FixedSizeArrayExperimental

Utility trait implemented only on arrays of fixed size

Functions

from_mutExperimental

Converts a mutable reference to T into a mutable reference to an array of length 1 (without copying).

from_refExperimental

Converts a reference to T into a reference to an array of length 1 (without copying).