refactored much test code into internal packages
12 files changed
tree: 7d83b78e34cf0a16d5e8aec12b0c7ee99796203c
  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.