# Functions

HasAllElements return true if the array arr1 contains all elements of array arr2.
InArray return true if the elem is in the array arr.
IsSameStringArray return true if arr1 and arr2 has exactly same elements without order care.
StringArrayToInterfacArray convert the []string to []interface.
Sub return all the element in arr1 but not in arr2.