std:std.collections.Stack<T>.Remove

Method Remove:Bool( value:T,start: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.