Method ADT.LowLevelStack()->_search()
- Method
_search
int(-1..)
search(ADT.LowLevelStack from,ValueType
item
)- Description
Return the stack-depth to
item
.This function makes it possible to use eg search() and has_value() on the stack.
int(-1..)
search(ADT.LowLevelStack from, ValueType
item
)
Return the stack-depth to item
.
This function makes it possible to use eg search() and has_value() on the stack.