SafeUnion.call

Forwards call to union member Works only if all union members has this function and this function has the same return type and parameter types Can not be made opDispatch because it somehow breakes hasMember trait

struct SafeUnion(bool makeFirstParDefaultOne, ConTypes...)
call
(
string funcName
Args...
)
(
auto ref Args args
)
if (
checkOpDispach!(funcName)
)

Meta