Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Originally I was going to call this `as_array()` but `as_inner()` is more consistent with the existing `into_inner()` method. I don't _ultimately_ care what it ends up being called. I wonder if we should have a `impl From<ArrayVec<T>> for A` implementation or is that a bit too foot-gun-y? Fixes #193.
- Loading branch information