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

rename InsertAll to InsertSlice #28

Closed shoenig closed 11 months ago

shoenig commented 1 year ago

makes more clear what the method does, and is more consistent with other things