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

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

Removes all values int the stack that fulfill a condition.

Parameters
condition condition The condition to test.