IParkingStack.opApply

'foreach' iteration, each cycle pops an element from the stack and iterates over it.

class IParkingStack
int
opApply
(
scope int delegate
(
ref void* object
)
dg
)

Meta