Stack.isInside

struct Stack(T)
uint
isInside
(
K
)
(
K k
)

Return Value

Type: uint

the depth (1+) if any of the parent nodes is k, zero otherwise.

Meta