containers

April 13, 2026 ยท View on GitHub

sink-logo

containers

containers provides reusable generic data structures for everyday Go programs.

Overview

Each container type is documented on its own page with the relevant API summary, behavior notes, and examples.

ContainerBest forDocumentation
ListOrdered insertion and removal at either endlists.md
SetUnique items and set algebrasets.md
StackLast-in, first-out workflowsstacks.md
QueueFirst-in, first-out and double-ended accessqueues.md
PriorityQueuePriority-ordered processing via comparatorqueues.md