# Functions
Difference Find out the elements in s1 and not in s2.
InArray Determine whether a value is included in the array.
Intersect Get the intersection of two slices.
RemoveDuplicateWithInt Remove duplicate values.
RemoveDuplicateWithString Remove duplicate values.
RemoveWithInt Delete the specified value in the array.
RemoveWithString Delete the specified value in the array.