[−][src]Module alloc::array
🔬 This is a nightly-only experimental API. (fixed_size_array)
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.
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 |