package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Sep 4, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Deque represents a deque of entry
AddFirst adds an entry at first of the Deque
AddLast adds an entry at last of the Deque
Len returns length of the Deque
PollFirst pops and returns the first entry in the Deque
PollLast pops and returns the last entry in the Deque
Source Files
¶
Click to show internal directories.
Click to hide internal directories.