std
:
std.collections
.
Stack<T>
.RemoveEach
Method RemoveEach:
Int
( value:T )
Finds and removes each matching value from the stack.
Parameters
value
value The value to remove.