Template colon

Hampus Rosencrantz via Digitalmars-d digitalmars-d at puremagic.com
Sat Jan 24 16:09:21 PST 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.


More information about the Digitalmars-d mailing list