From 9c7fe1d8a7b26ecd0d4de2a1d6241f453deca6cc Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Thu, 9 Oct 2025 14:58:50 +0200 Subject: Package lines for core:container. --- core/container/queue/doc.odin | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 core/container/queue/doc.odin (limited to 'core/container/queue') 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 -- cgit v1.2.3