Make static array literal
auto a = [[1, 2].fixed]; assert(is(typeof(a) == int[2][]));
See Implementation
Make static array literal