findMatchingCharacter

Given an array like [[5, 2, 3], [1, 2, 3]] It will find the matching close character

pure nothrow @nogc @safe
int
findMatchingCharacter
(
string str
,
char open
,
char close
,
int start
)

Meta