mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 16:49:23 +02:00
* Batch from Bart Broersma to add some info (Issue ID #38408)
git-svn-id: trunk@48434 -
This commit is contained in:
parent
e5002dd291
commit
71f5e4534e
@ -14,6 +14,11 @@
|
|||||||
|
|
||||||
unit gdeque;
|
unit gdeque;
|
||||||
|
|
||||||
|
{
|
||||||
|
Implements a generic double ended queue.
|
||||||
|
(See: https://en.wikipedia.org/wiki/Double-ended_queue)
|
||||||
|
}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Loading…
Reference in New Issue
Block a user