Array with all values
Array that contains values that will be removed from main array if they exist there
If array is of type string, determines if comparison should be case sensitive or not. default = true = case insensitive
Generated using TypeDoc
Compares 2 arrays, returning an array of values from main array, excluding values from comparisonArray. Tested for numbers and strings.