match_uint32_arg

Check current args entry against opt string parsing as uint32. If opt matches exactly, take the next arg as a uint16_t value; if opt is a prefix (equal sign optional), take the remainder of the arg as a uint32_t value; otherwise return 0.

package nothrow @nogc
int
match_uint32_arg

Meta