/Docs/Standard Library/collections/dequeVersion: NightlyOn 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.