Closed Winsalot closed 3 years ago
It seemed inconsistent that OrderQueue component which is based on VecDeque would be created by supplying Vec of values. This tiny PR fixes it.
OrderQueue
VecDeque
Vec
(I was hoping to commit it to #49 before it was merged, but it seems like I was 3 hours too slow)
It seemed inconsistent that
OrderQueue
component which is based onVecDeque
would be created by supplyingVec
of values. This tiny PR fixes it.(I was hoping to commit it to #49 before it was merged, but it seems like I was 3 hours too slow)