https://issues.dlang.org/show_bug.cgi?id=15388 --- Comment #1 from Manu <turkeyman at gmail.com> --- Maybe we should also define: alias null_t = typeof(null); I wanted this for a long time before I thought of typeof(null), which worked as I expected. --