parse
fn
bool parse(T : size_t)(const(char)[] optname, ref inout(char)[] str, ref T res, const(char)[] errName, bool mayHaveSuffix = false) if (is(T == size_t))No documentation available for this declaration.
fn
bool parse(T : size_t)(const(char)[] optname, ref inout(char)[] str, ref T res, const(char)[] errName, bool mayHaveSuffix = false) if (!is(T == size_t))No documentation available for this declaration.
fn
bool parse(const(char)[] optname, ref inout(char)[] str, ref bool res, const(char)[] errName)No documentation available for this declaration.
fn
bool parse(const(char)[] optname, ref inout(char)[] str, ref float res, const(char)[] errName)No documentation available for this declaration.
fn
bool parse(const(char)[] optname, ref inout(char)[] str, ref inout(char)[] res, const(char)[] errName)No documentation available for this declaration.