mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 15:19:25 +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;
|
||||
|
||||
{
|
||||
Implements a generic double ended queue.
|
||||
(See: https://en.wikipedia.org/wiki/Double-ended_queue)
|
||||
}
|
||||
|
||||
interface
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user