Skip to content

Releases: tideland/go-slices

Release 0.2.0

26 Aug 14:04
bed015d
Compare
Choose a tag to compare
  • Add functions for merging and unique merging
  • Make argument style more like Go than like Erlang/OTP (slices to operate on as last arguments)

Release 0.1.1

20 Aug 21:42
d23b309
Compare
Choose a tag to compare
  • Drop double delete functionality
  • Fix order of arguments in sort functions

Release 0.1.0

20 Aug 15:51
132f22a
Compare
Choose a tag to compare
  • Initial release of tideland.dev/go/slices
  • Functionality similar to Erlang/OTP module lists
  • Takes advantage of generics