skip

Skips balanced parens, braces, or brackets. index will be incremented to index tokens just after the balanced closing token.

void
skip
(
alias Open
alias Close
)
(
const(Token)[] tokens
,
ref size_t index
)

Meta