aboutsummaryrefslogtreecommitdiff
path: root/core/container/queue
diff options
context:
space:
mode:
Diffstat (limited to 'core/container/queue')
-rw-r--r--core/container/queue/doc.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/container/queue/doc.odin b/core/container/queue/doc.odin
new file mode 100644
index 000000000..efb29fc2a
--- /dev/null
+++ b/core/container/queue/doc.odin
@@ -0,0 +1,2 @@
+// package queue implements a dynamically resizable double-ended queue/ring-buffer.
+package container_queue \ No newline at end of file