/Docs/Standard Library/collections/dequeVersion: 1.0On this pagedeque Defines the Deque type. You can import these APIs from the collections package. Examples: from std.collections import Deque Structs Deque: Implements a double-ended queue.