2012/1/2 Adam D. Ruppe <destructionator@gmail.com>
On Monday, 2 January 2012 at 01:14:43 UTC, Mail Mantis wrote:
If I undestood you correctly...
Potentially, yes, But, from syntactical point of view, is there any [...]

http://drdobbs.com/blogs/tools/229401068

In std.conv, the octal template is one example:

int a = octal!755;

And the above example may be rewritten as:
a = x!2 + y!3 * deg!180;
Thank you, totally forgot about this