Explorar o código

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

git-svn-id: trunk@48434 -
michael %!s(int64=4) %!d(string=hai) anos
pai
achega
71f5e4534e
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      packages/fcl-stl/src/gdeque.pp

+ 5 - 0
packages/fcl-stl/src/gdeque.pp

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