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

Reply via email to