Categorygithub.com/siliconbrain/go-sets
repository
0.4.0
Repository: https://github.com/siliconbrain/go-sets.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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!