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.