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
Dvec and Deque should merge, call it Queue, implement as unsafe if necessary (moving gap through array, should be easy enough to isolate in a couple helpers).
I haven't really explained how the Mut<T> type is supposed to be used though. I've been meaning to try and write something up on how I envision it working.
I want to enqueue non-copyable things!
The text was updated successfully, but these errors were encountered: