array/remove library

Functions

remove<T>(List<T> array, [bool predicate(T)?]) List<T>
Removes all elements from the array for which the predicate returns true and returns a new list containing the removed elements.