std.collections.Stack.RemoveIf - nitrologic/monkey2 GitHub Wiki

std::std.collections.std.collections.Stack.RemoveIf

Method RemoveIf:monkey:monkey.types.Int( condition:monkey:monkey.types.Bool(T) )

Removes all values int the stack that fulfill a condition.

Parameters
condition condition The condition to test.