doc tweaks, Cmp type (for future use)
4 files changed
tree: d28dc0cd29b8ed00709e299bbc77f5604908d344
  1. internal/
  2. apply.go
  3. apply_test.go
  4. bench_test.go
  5. doc.go
  6. example_test.go
  7. LICENSE
  8. mutators.go
  9. primitives.go
  10. README.md
  11. readonly.go
  12. set_test.go
  13. types.go
README.md

Talk: https://go-talks.appspot.com/github.com/xtblog/gotalks/sets.slide

Documentation: http://godoc.org/github.com/xtgo/set

Package set provides type-safe, polymorphic mathematical set operations that operate on any sort.Interface implementation.