std.collections.Stack.RemoveIf - nitrologic/monkey2 GitHub Wiki
std::std.collections.std.collections.Stack.RemoveIf
monkey:monkey.types.Int( condition:monkey:monkey.types.Bool(T) )
Method RemoveIf:Removes all values int the stack that fulfill a condition.
Parameters | |
---|---|
condition |
condition The condition to test. |