deque.hDeque class, an ordered collection with a front and back in which elements can be efficiently added and removed from both the front and the back.
| Class | |
| This class models a linear structure called a deque in which values can be added and removed from either end. | |