Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmcpasserby/set

Generic HashSet library for Go >= 1.18
https://github.com/cmcpasserby/set

Last synced: about 2 months ago
JSON representation

Generic HashSet library for Go >= 1.18

Awesome Lists containing this project

README

        

# Generic Hash Set for GO

Just a simple hashset type built for go using `map[T]struct{}`.