Stack.opApply

Iterate from the most recent to the oldest stack entries

struct Stack(V, int Size = 0)
int
opApply
(
scope int delegate
(
ref V value
)
dg
)

Meta