static if (is(T == V))
Are static ifs always checked outside of runtime? Is it possible for a static if condition to be undeterminable outside of runtime, or would such a condition throw a compiler error?
Jonathan via Digitalmars-d-learn Mon, 06 Apr 2015 23:41:11 -0700
static if (is(T == V))
Are static ifs always checked outside of runtime? Is it possible for a static if condition to be undeterminable outside of runtime, or would such a condition throw a compiler error?