You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really convenient if Deque implemented FromIterator, like Vec, so you could create one from an iterator. The obvious workaround is to just extend an empty Deque, but that seems less ergonomic.
It would be really convenient if
DequeimplementedFromIterator, likeVec, so you could create one from an iterator. The obvious workaround is to justextendan emptyDeque, but that seems less ergonomic.