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

std::std.collections.std.collections.Stack.Remove

Method Remove:monkey:monkey.types.Bool( value:T,start:monkey:monkey.types.Int=0 )

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.