| Did you know ... | Search Documentation: |
| Pack logtalk -- logtalk-3.98.0/docs/apis/_sources/deque_0.rst.txt |
.. index:: single: deque .. _deque/0:
.. rst-class:: right
object
dequeDouble-ended queue (deque) implementation using difference lists to provide O(1) operations at both ends.
| Availability:
| logtalk_load(deques(loader))
| Author: Paulo Moura | Version: 1:0:0 | Date: 2026-02-09
| Compilation flags:
| static, context_switching_calls
| Implements:
| public :ref:`deque_protocol <deque_protocol/0>`
| Extends:
| public :ref:`compound <compound/0>`
| Uses:
| :ref:`list <list/0>`
| Remarks: | (none)
| Inherited public predicates: | Â :ref:`comparingp/0::(<)/2` Â :ref:`comparingp/0::(=:=)/2` Â :ref:`comparingp/0::(=<)/2` Â :ref:`comparingp/0::(=\=)/2` Â :ref:`comparingp/0::(>)/2` Â :ref:`comparingp/0::(>=)/2` Â :ref:`deque_protocol/0::as_deque/2` Â :ref:`deque_protocol/0::as_list/2` Â :ref:`termp/0::check/1` Â :ref:`termp/0::depth/2` Â :ref:`deque_protocol/0::empty/1` Â :ref:`termp/0::ground/1` Â :ref:`deque_protocol/0::length/2` Â :ref:`deque_protocol/0::map/2` Â :ref:`deque_protocol/0::map/3` Â :ref:`termp/0::new/1` Â :ref:`termp/0::numbervars/1` Â :ref:`termp/0::numbervars/3` Â :ref:`termp/0::occurs/2` Â :ref:`deque_protocol/0::peek_back/2` Â :ref:`deque_protocol/0::peek_front/2` Â :ref:`deque_protocol/0::pop_back/3` Â :ref:`deque_protocol/0::pop_front/3` Â :ref:`deque_protocol/0::push_back/3` Â :ref:`deque_protocol/0::push_front/3` Â :ref:`termp/0::singletons/2` Â :ref:`termp/0::subsumes/2` Â :ref:`termp/0::subterm/2` Â :ref:`termp/0::valid/1` Â :ref:`termp/0::variables/2` Â :ref:`termp/0::variant/2` Â :ref:`termp/0::varnumbers/2` Â :ref:`termp/0::varnumbers/3` Â
.. contents:: :local: :backlinks: top
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(none)