xxxxxxxxxx
import std;
int[] ia;
pragma(msg, "ia is an array ", is(typeof(ia) == U[], U), " and it's element type is: ", U);