Thread overview
Template colon
Jan 24, 2015
Gen
Jan 24, 2015
ketmar
Jan 25, 2015
Hampus Rosencrantz
January 24, 2015
void write(FOO: bar.foo)()
{
}

what does the colon mean?
FOO: bar.foo
January 24, 2015
On Sat, 24 Jan 2015 21:16:13 +0000, Gen wrote:

> void write(FOO: bar.foo)()
> {
> }
> 
> what does the colon mean? FOO: bar.foo

here is the link which explains alot of things: http://dlang.org/template

January 25, 2015
On Saturday, 24 January 2015 at 21:16:14 UTC, Gen wrote:
> void write(FOO: bar.foo)()
> {
> }
>
> what does the colon mean?
> FOO: bar.foo

It's a template specialization.