◄
►
The Prolog Commons
»
PART II - Undecided
»
queues (library)
Usage and interface
Library usage:
:- use_module(library(queues)).
Exports:
Predicates:
q_empty/1
,
q_insert/3
,
q_member/2
,
q_delete/3
.
Documentation on exports
PREDICATE
q_empty/1
:
No further documentation available for this predicate.
PREDICATE
q_insert/3
:
No further documentation available for this predicate.
PREDICATE
q_member/2
:
No further documentation available for this predicate.
PREDICATE
q_delete/3
:
No further documentation available for this predicate.
Module Sections
Usage and interface
Documentation on exports
Global Links
Table of Contents
References
Copyright
Indices
Library/Module Index
Predicate/Method Index
Property Index
Regular Type Index
Mode Index
Concept Index
Author Index
Global Index
◄
►