The D Scripting Language

Tomek Sowiński just at ask.me
Thu Nov 11 13:23:54 PST 2010


sybrandy napisał:

> Foo x = 27;
> 
> x += 15; // X is now 42
> 
> Foo y = "X is " ~ x; // Here, x is now treated like a string.

std.variant?

-- 
Tomek


More information about the Digitalmars-d mailing list