so Union<std::tuple<Sphere,Box>> becomes Union<Sphere,Box>
Union<std::tuple<Sphere,Box>>
Union<Sphere,Box>
Fixes #87 (closed)
Related to #48 (closed)