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

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