Difference
func Difference[T comparable](slices ...[]T) []T
Difference takes a variadic number of slices of type T and returns a slice of type T containing the elements that are different between the slices.
func Difference[T comparable](slices ...[]T) []T
Difference takes a variadic number of slices of type T and returns a slice of type T containing the elements that are different between the slices.