On Saturday, 19 September 2015 at 21:12:52 UTC, Adam wrote:
Suppose our templated function is

auto foo(T)(T x) { return x; }

Why not just use http://dlang.org/phobos/std_variant.html#.Algebraic ?

Reply via email to