std.array
An ordered, integer-indexed generic collection of values.
Methods
| check_bounds | Checks if |
Types
| Array | An ordered, integer-indexed generic collection of values. | |
| IntoIter | An iterator that moves values out of an | |
| Value | OutOfBounds | An error that signals an index is out of bounds. |
| Slice | A immutable slice of values in an |