Commit Graph

6 Commits

Author SHA1 Message Date
Lokathor b8771760cc Closes https://github.com/Lokathor/tinyvec/issues/75 (#77)
* Closes https://github.com/Lokathor/tinyvec/issues/75

* This is a breaking change to the macro

* benchmarks fixes.

* slim down to just `take`
2020-07-03 10:56:45 -06:00
Josh Stone ef900b1ce6 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 641590223e cargo fmt hasn't been used in a while it seems. 2020-01-19 13:02:54 -07:00
Andreas Molzer fd3c92c351 Test and fix removal at past-the-end index 2020-01-18 13:24:58 +01:00
Lokathor 822b590f4c more docs, more renames, closer to being good. 2020-01-13 21:34:22 -07:00
Lokathor 85377b6815 rename arrayish to array I guess
The "ish" part was always supposed to be temporary.
2020-01-13 21:12:04 -07:00