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

std::std.collections.std.collections.Stack.RemoveEach

Method RemoveEach:monkey:monkey.types.Int( value:T )

Finds and removes each matching value from the stack.

Parameters
value value The value to remove.