Skip to content

Tags: siliconbrain/go-sets

Tags

v0.4.0

implement array set

v0.3.4

make mutable sets cloneable

v0.3.3

add GetByKey to KeyedSet

v0.3.2

implement keyed set

v0.3.1

add hash set constructor from slice

v0.3.0

implement seqs.Seq directly on countable sets

v0.2.2

update go-seqs to latest version

v0.2.1

remove unnecessary countability constraint from ContainsAny

v0.2.0

use the more generic Modifiable abstraction instead of Extendable

v0.1.1

relax go version requirement