nextDelim

Returns the next matching delimeter in 'delims' found in the haystack, or null

package
nextDelim
(
D
)
(
string haystack
,
const(D)[] delims
)
if (
is(D : Delim)
)

Meta