* Batch from Bart Broersma to add some info (Issue ID #38408)

git-svn-id: trunk@48434 -
This commit is contained in:
michael 2021-01-27 11:32:58 +00:00
parent e5002dd291
commit 71f5e4534e

View File

@ -14,6 +14,11 @@
unit gdeque;
{
Implements a generic double ended queue.
(See: https://en.wikipedia.org/wiki/Double-ended_queue)
}
interface
type