<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.2.2">
</HEAD>
<BODY>
Is there a (compile time) way to check if a template param is null?<BR>
<BR>
static if ( is (T:int) ) ....<BR>
else static if ( is(T:long) ) ....<BR>
// how to check if T == null ?
</BODY>
</HTML>