On 10/10/2016 04:50 PM, Ali Çehreli wrote:
> static if (!is(T == struct)) {
> static assert(T.stringof ~ " is not a struct type");
> }Wow! That's a nice brain fart on my part. Ok, I can fix that one... :) Ali
On 10/10/2016 04:50 PM, Ali Çehreli wrote:
> static if (!is(T == struct)) {
> static assert(T.stringof ~ " is not a struct type");
> }Wow! That's a nice brain fart on my part. Ok, I can fix that one... :) Ali