Closed
Description
This would allow to construct a Box from an iterator, example: let string: Box<str> = (0..5).map(|_| '☺').collect();
This issue has been assigned to @Duddino via this comment.
This would allow to construct a Box from an iterator, example: let string: Box<str> = (0..5).map(|_| '☺').collect();
This issue has been assigned to @Duddino via this comment.