Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 92 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 92 Bytes

Generic Hash Set for GO

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