match_str_arg

Check current args entry against opt string. If it matches exactly, take the next arg as a string; if it matches as a prefix with an equal sign, take the remainder as a string; otherwise return 0.

package nothrow @nogc
int
match_str_arg
(
const(char)** out_
,,
const(char)* opt
)

Meta