Optional tags and attributes

Adam D. Ruppe destructionator at gmail.com
Fri Jan 17 16:23:13 PST 2014


Templates automatically infer their attributes based on the 
input, so you don't have to specify them there.

If you do a foo!(nothrow_function)(), foo is also nothrow 
(unless, of course, it throws!)


More information about the Digitalmars-d mailing list