Parser.parse

Parses a QVariant from str.

struct Parser(N, alias numberParser = (ref s) => parse!N(s))
parse
(
S
)
(
S str
)
if (
isSomeString!S
)
if (
isNumeric!N
)

Meta