Documentation ¶
Index ¶
- func Difference[E cmp.Ordered](s1, s2 []E) []E
- func DifferenceFunc[E any](s1, s2 []E, comp func(E, E) int) []E
- func Intersection[E cmp.Ordered](s1, s2 []E) []E
- func IntersectionFunc[E any](s1, s2 []E, comp func(E, E) int) []E
- func SymmetricDifference[E cmp.Ordered](s1, s2 []E) (first, second []E)
- func SymmetricDifferenceFunc[E any](s1, s2 []E, comp func(E, E) int) (first, second []E)
- func Union[E cmp.Ordered](s1, s2 []E) []E
- func UnionFunc[E any](s1, s2 []E, comp func(E, E) int) []E
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Difference ¶
func DifferenceFunc ¶
func Intersection ¶
func IntersectionFunc ¶
func SymmetricDifference ¶
func SymmetricDifferenceFunc ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.