std
:
std.collections
.
Stack<T>
.Contains
Method Contains:
Bool
( value:T )
Checks if the stack contains a value.
Parameters
value
value The value to check for.