std.collections.Stack.RemoveLast - nitrologic/monkey2 GitHub Wiki
std::std.collections.std.collections.Stack.RemoveLast
Method RemoveLast:monkey:monkey.types.Bool( value:T,start:monkey:monkey.types.Int=0 )
Finds and removes the last matching value from the stack.
| Parameters | |
|---|---|
start |
start The starting index for the search. |
value |
value The value to remove. |