Skip to main content

Mojo module

deque

Defines the Deque type.

You can import these APIs from the collections package.

Examples:

from collections import Deque
from collections import Deque

Structs

  • Deque: Implements a double-ended queue.