Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SliceDiff ¶
func SliceDiff[T constraints.Ordered](listA []T, listB []T) []T
SliceDiff takes 2 slices of the same type and returns the difference The difference returned is what listB does not match within listA
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.