Parser.parse

Parses a QVariant from str.

struct Parser(N, alias numberParser)
parse
(
S
)
(
S str
)
if (
isSomeString!S
)
if (
isNumeric!N
)

Meta