Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 552 Bytes

File metadata and controls

18 lines (12 loc) · 552 Bytes

Collections documentation

collections is a fast, generic, type-safe collections library for Go (hash sets, queues, stacks).

Module: github.com/fgrzl/collections

Start here

Document Description
Overview Design goals and included types
Getting started Install and first examples

Related