So that solves one of my problems for the time being... can anyone commenton the module-looks-like-a-variable problem?
Couldn't you just add !is(typeof(std) == void) to your checks, since variables can't have void type?
So that solves one of my problems for the time being... can anyone commenton the module-looks-like-a-variable problem?
Couldn't you just add !is(typeof(std) == void) to your checks, since variables can't have void type?