utility functions for int, float64, string slices.
2 files changed
tree: a6f3c28003bb6498c301459ddab1cfd2ce18fdb4
  1. internal/
  2. apply.go
  3. apply_test.go
  4. bench_test.go
  5. doc.go
  6. example_test.go
  7. helpers.go
  8. LICENSE
  9. mutators.go
  10. primitives.go
  11. README.md
  12. readonly.go
  13. set_test.go
  14. 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.