Skip to content

Files

Latest commit

0612109 · Feb 5, 2024

History

History
17 lines (12 loc) · 325 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 325 Bytes

go-sets

go-sets is a library for working with sets in Go, taking advantage of generics introduced in Go 1.18.

Usage

Add the library as a dependency:

go get github.com/siliconbrain/go-sets

Import it into your code:

import "github.com/siliconbrain/go-sets/sets"

Use to your heart's delight!