std.collections.Stack.Contains - nitrologic/monkey2 GitHub Wiki
std::std.collections.std.collections.Stack.Contains
Method Contains:monkey:monkey.types.Bool( value:T )
Checks if the stack contains a value.
| Parameters | |
|---|---|
value |
value The value to check for. |