array/pull library

Functions

pull<T>(List<T> array, List<T> values) List<T>
Removes all given values from the array using equality comparisons.