Interview at Lang.NEXT

Meta via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Jun 4 10:59:00 PDT 2014


On Wednesday, 4 June 2014 at 17:57:40 UTC, Ary Borenszweig wrote:
> Even in function signatures?

alias var = std.variant.Variant;

auto DoStuff(var x, var y)
{
     //Do stuff with x and y
}


More information about the Digitalmars-d-announce mailing list