sargs_value_def

get value by key name, return provided default if key doesn't exist or has no value

extern (C) @system @nogc nothrow pure
const(char)*
sargs_value_def
(
const(char)* key
,
const(char)* def
)

Meta