On Thu, Sep 24, 2009 at 12:35 PM, downs <default_357-l...@yahoo.de> wrote: > With all the neat template tricks we have in 2.0, and since we're widely > redefining the syntax anyway, why not deprecate the current cast syntax and > move it into object.d as a library function? > > So instead of cast(Foo) bar; you would say cast!Foo(bar); .. save on a > keyword and demonstrate language power at the same time. > > What sez ye? >
std.conv.to is more or less a proof-of-concept of this already. :>