On Mon, 26 Jan 2015 17:07:26 +0000 Nick Treleaven via Digitalmars-d <[email protected]> wrote: > > In fact, priore to this, @safe, > > @trusted, @system, and @property were the_only_ function > > attributes with @ on them. > > There's also @disable and more recently, @nogc.
You're right. I forgot about those two. But it's still the case that the number of function attributes that don't have @ on them is _far_ greater than the number of those that do. - Jonathan M Davis
