On Fri, 10 May 2013 14:32:48 +0200 "deadalnix" <[email protected]> wrote:
> http://www.deadalnix.me/2013/05/10/type-safe-tagged-union-in-d-programming-language/ > > A trick that I used to use more and more, so I ended up creating > a generic solution and wrote an article about it. Nice article, but is there any particular problem with std.variant.Algebraic?
