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

v2: EqualSet is broken if both sets are empty #75

Closed shoenig closed 1 year ago

shoenig commented 1 year ago

if two sets are empty than a.EqualSet(b) returns false which is wrong

shoenig commented 1 year ago

Closed by #76

shoenig commented 1 year ago

Created v2.0.0-alpha.3