On Thursday, 1 August 2013 at 11:02:00 UTC, JS wrote:
> Anyways, Just an idea I had when trying to make attributes more
> useful.
struct Name
{
string data;
}
@Name("hello")
void foo();
I favor this approach much more because of strong typing.