arrayvec icon indicating copy to clipboard operation
arrayvec copied to clipboard

Add from iterator impl

Open Pzixel opened this issue 9 months ago • 1 comments

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

Pzixel avatar Jan 30 '25 12:01 Pzixel