std.collections.Stack.RemoveEach - nitrologic/monkey2 GitHub Wiki
std::std.collections.std.collections.Stack.RemoveEach
monkey:monkey.types.Int( value:T )
Method RemoveEach:Finds and removes each matching value from the stack.
Parameters | |
---|---|
value |
value The value to remove. |