# Functions
ContainFloat64 check if target is in ss.
ContainInt check if target is in ss.
ContainInt16 check if target is in ss.
ContainInt32 check if target is in ss.
ContainInt64 check if target is in ss.
ContainInt8 check if target is in ss.
ContainString check if target is in ss.
ContainUint check if target is in ss.
ContainUint16 check if target is in ss.
ContainUint32 check if target is in ss.
ContainUint64 check if target is in ss.
ContainUint8 check if target is in ss.
DiffFloat64 computes the difference of two slices return a slice containing all the entries from s1 but not in s2.
DiffInt computes the difference of two slices return a slice containing all the entries from s1 but not in s2.
DiffInt16 computes the difference of two slices return a slice containing all the entries from s1 but not in s2.
DiffInt32 computes the difference of two slices return a slice containing all the entries from s1 but not in s2.
DiffInt64 computes the difference of two slices return a slice containing all the entries from s1 but not in s2.
DiffInt8 computes the difference of two slices return a slice containing all the entries from s1 but not in s2.
DiffString computes the difference of two slices return a slice containing all the entries from s1 but not in s2.
DiffUint computes the difference of two slices return a slice containing all the entries from s1 but not in s2.
DiffUint16 computes the difference of two slices return a slice containing all the entries from s1 but not in s2.
DiffUint32 computes the difference of two slices return a slice containing all the entries from s1 but not in s2.
DiffUint64 computes the difference of two slices return a slice containing all the entries from s1 but not in s2.
DiffUint8 computes the difference of two slices return a slice containing all the entries from s1 but not in s2.
IntersectFloat64 computes the intersection of two slices return a slice containing the entries exist in s1 and s2.
IntersectInt computes the intersection of two slices return a slice containing the entries exist in s1 and s2.
IntersectInt16 computes the intersection of two slices return a slice containing the entries exist in s1 and s2.
IntersectInt32 computes the intersection of two slices return a slice containing the entries exist in s1 and s2.
IntersectInt64 computes the intersection of two slices return a slice containing the entries exist in s1 and s2.
IntersectInt8 computes the intersection of two slices return a slice containing the entries exist in s1 and s2.
IntersectString computes the intersection of two slices return a slice containing the entries exist in s1 and s2.
IntersectUint computes the intersection of two slices return a slice containing the entries exist in s1 and s2.
IntersectUint16 computes the intersection of two slices return a slice containing the entries exist in s1 and s2.
IntersectUint32 computes the intersection of two slices return a slice containing the entries exist in s1 and s2.
IntersectUint64 computes the intersection of two slices return a slice containing the entries exist in s1 and s2.
IntersectUint8 computes the intersection of two slices return a slice containing the entries exist in s1 and s2.
MergeFloat64 merge one or more arrays.
MergeInt merge one or more arrays.
MergeInt16 merge one or more arrays.
MergeInt32 merge one or more arrays.
MergeInt64 merge one or more arrays.
MergeInt8 merge one or more arrays.
MergeString merge one or more arrays.
MergeUint merge one or more arrays.
MergeUint16 merge one or more arrays.
MergeUint32 merge one or more arrays.
MergeUint64 merge one or more arrays.
MergeUint8 merge one or more arrays.
RemoveFloat64 remove empty target elements from ss.
RemoveInt remove empty target elements from ss.
RemoveInt16 remove empty target elements from ss.
RemoveInt32 remove empty target elements from ss.
RemoveInt64 remove empty target elements from ss.
RemoveInt8 remove empty target elements from ss.
RemoveString remove empty target elements from ss.
RemoveUint remove empty target elements from ss.
RemoveUint16 remove empty target elements from ss.
RemoveUint32 remove empty target elements from ss.
RemoveUint64 remove empty target elements from ss.
RemoveUint8 remove empty target elements from ss.
ReverseFloat64 reverse the input slice.
ReverseInt reverse the input slice.
ReverseInt16 reverse the input slice.
ReverseInt32 reverse the input slice.
ReverseInt64 reverse the input slice.
ReverseInt8 reverse the input slice.
ReverseString reverse the input slice.
ReverseUint reverse the input slice.
ReverseUint16 reverse the input slice.
ReverseUint32 reverse the input slice.
ReverseUint64 reverse the input slice.
ReverseUint8 reverse the input slice.
SortFloat64 sort float64 slice asc.
SortInt sort int slice asc.
SortInt16 sort int16 slice asc.
SortInt32 sort int32 slice asc.
SortInt64 sort int64 slice asc.
SortInt8 sort int8 slice asc.
SortString sort string slice asc.
SortUint sort uint slice asc.
SortUint16 sort uint16 slice asc.
SortUint32 sort uint32 slice asc.
SortUint64 sort int64 slice asc.
SortUint8 sort uint8 slice asc.
UniqueFloat64 Removes duplicate values from slice.
UniqueInt Removes duplicate values from slice.
UniqueInt16 Removes duplicate values from slice.
UniqueInt32 Removes duplicate values from slice.
UniqueInt64 Removes duplicate values from slice.
UniqueInt8 Removes duplicate values from slice.
UniqueString Removes duplicate values from slice.
UniqueUint Removes duplicate values from slice.
UniqueUint16 Removes duplicate values from slice.
UniqueUint32 Removes duplicate values from slice.
UniqueUint64 Removes duplicate values from slice.
UniqueUint8 Removes duplicate values from slice.