hashicorp / go-set

The go-set package provides generic Set implementations for Go, including HashSet for types with a Hash() function and TreeSet for orderable data
Mozilla Public License 2.0
118 stars 8 forks source link

trees: implement more TreeSet helper methods #42

Closed shoenig closed 1 year ago

shoenig commented 1 year ago

This PR implements the following helper methods on TreeSet

Closes https://github.com/hashicorp/go-set/issues/37 Closes https://github.com/hashicorp/go-set/pull/38

vanodevium commented 1 year ago

@shoenig Please make release. I wanna update my mod file in classic way, by @latest

shoenig commented 1 year ago

Hi @vanodevium, I just created a release for v0.1.12

BTW in case you are still interested in contributing, I also filed #45, #46, #47 for creating examples compatible with Go doc, which might be a nice place to get started