Tofu Ninja via Digitalmars-d Tue, 12 Aug 2014 08:56:52 -0700
struct namedGlobalArray(string name, T) { template opDispatch(string M) { static T opDispatch; } } artur
struct namedGlobalArray(string name, T) { template opDispatch(string M) { static T opDispatch; } }
artur
I love D so much <3