convBinder

arg -> numeric | enum | bool. The result is arg converted to T.

@safe pure
convBinder
(
T
)
(
string arg
)
if (
isNumeric!T ||
is(T == bool)
||
is(T == enum)
)

Meta