Adapted from here: https://raw.github.com/Hackerpilot/Idiotmatic-D/master/idiotmatic.d int aa[float]; pragma(msg, typeof(aa)); // int[float] void main() {}