Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSlicesDifferences ¶
func GetSlicesDifferences(first, second []interface{}, equalityFunc func(first, second interface{}) bool) ( inFirstOnly, inSecondOnly []interface{})
GetSlicesDifferences takes two slices of the same type and returns a slice of elements, that are present only in the first slice and another slice of elements that are present only in the second slice
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.