arrayvec
arrayvec copied to clipboard
Add from iterator impl
This is the best effort implementation that allows pushing iterator into ArrayString. There is no TryFromIterator trait yet and TryFrom<I> breaks blanket TryFrom<T> impl in std, so this is the next best thing - just a couple of inherent struct functions.
Related #142