Josh Stone
|
d04abff44c
|
impl IntoIterator for &/&mut ArrayVec (#69)
These just create slice iterators, but the impls are useful to have for
contexts that don't auto-deref, as in the new tests.
|
2020-03-31 13:36:39 -06:00 |
|
Lokathor
|
032ac155c9
|
cargo fmt hasn't been used in a while it seems.
|
2020-01-19 13:02:54 -07:00 |
|
Andreas Molzer
|
fd28ecb105
|
Test and fix removal at past-the-end index
|
2020-01-18 13:24:58 +01:00 |
|
Lokathor
|
b2c3141a6a
|
more docs, more renames, closer to being good.
|
2020-01-13 21:34:22 -07:00 |
|
Lokathor
|
c74c1e3785
|
rename arrayish to array I guess
The "ish" part was always supposed to be temporary.
|
2020-01-13 21:12:04 -07:00 |
|