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