| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-25 | Fill tracking issue number for `array_value_iter` and fix Rust version | Lukas Kalbertodt | -11/+11 | |
| 2019-10-24 | Add `array::IntoIter` as a consuming/by-value array iterator | Lukas Kalbertodt | -0/+698 | |
| The iterator is implemented using const generics. It implements the traits `Iterator`, `DoubleEndedIterator`, `ExactSizeIterator`, `FusedIterator` and `TrustedLen`. It also contains a public method `new` to create it from an array. `IntoIterator` was not implemented for arrays yet, as there are still some open questions regarding backwards compatibility. This commit only adds the iterator impl and does not yet offer a convenient way to obtain that iterator. | ||||
