goBackToOpenParen

Traverses a token slice in reverse to find the opening parentheses or square bracket that begins the block the last token is in.

size_t
goBackToOpenParen
(
T
)
in { assert (beforeTokens.length > 0); }

Meta