array/difference library

Functions

difference<T>(List<T> array, [List<T>? values]) List<T>
Returns a new list containing the elements from the original list array that are not present in the optional values list.