On 2013-01-03 22:31, Pierre Rouleau wrote:
FWIW, you can see some info here: http://forum.dlang.org/thread/[email protected]
Funny thing, the syntax in the original post by Walter was deprecated from the beginning. The correct syntax is:
@(4) int a;
Or
struct Foo
{
int b;
}
@Foo(3) int c;
--
/Jacob Carlborg
