Versions in this module Expand all Collapse all v2 v2.1.3 May 19, 2024 Changes in this version + type Set interface + Add func(T) + Contains func(T) bool + CopyTo func(other Set[T]) + FromSlice func([]T) Set[T] + Intersection func(other Set[T]) Set[T] + IsSubsetOf func(other Set[T]) bool + IsSupersetOf func(other Set[T]) bool + Keys func() []T + Len func() int + Remove func(T) + ToSlice func() []T + Union func(other Set[T]) Set[T] + func NewSet[T comparable]() Set[T] + type SetFlex interface + Add func(T) + Contains func(T) bool + CopyTo func(other SetFlex[T, K]) + FromSlice func([]T) SetFlex[T, K] + GetWithKey func(K) T + Intersection func(other SetFlex[T, K]) SetFlex[T, K] + IsSubsetOf func(other SetFlex[T, K]) bool + IsSupersetOf func(other SetFlex[T, K]) bool + Keys func() []K + Len func() int + Remove func(T) + ToSlice func() []T + Union func(other SetFlex[T, K]) SetFlex[T, K] + func NewSetFlex[T common.Keyable[K], K comparable]() SetFlex[T, K] Other modules containing this package github.com/qulia/go-qulia