Stack.isParent

The depth of the parent that is furthest away or in other words closest to zero.

struct Stack(T)
uint
isParent
(
K...
)
(
auto ref K k
)

Return Value

Type: uint

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

Meta