On Sunday, 31 August 2014 at 23:53:31 UTC, bearophile wrote:
if (is(typeof(obj_one) == typeof(obj_two)))
You could, but since it is static info you might as well use static if.
On Sunday, 31 August 2014 at 23:53:31 UTC, bearophile wrote:
if (is(typeof(obj_one) == typeof(obj_two)))
You could, but since it is static info you might as well use static if.