std:std.collections.List<T>.RemoveIf

Method RemoveIf:Int( condition:Bool(T) )

Removes all values in the list that fulfill a condition.

Parameters
cond cond Condition to test.