std.collections.Stack.RemoveLast - nitrologic/monkey2 GitHub Wiki
std::std.collections.std.collections.Stack.RemoveLast
monkey:monkey.types.Bool( value:T,start:monkey:monkey.types.Int=0 )
Method RemoveLast: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. |