Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 769 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 769 Bytes

Go Reference Go Report Card GitHub Release Coverage

sets

Sets and Set operations in golang

Internally as simple as a map[T]struct{} but with additional helper functions, operations like Union, Intersect, XOR, to/from Slices conversion, to/from JSON, etc... and hiding the struct{}{} etc...

See https://pkg.go.dev/fortio.org/sets