u: type == std::array; t: @struct type = { this: std::integral_constant; } main: () = { assert( t::value[0] == 17 ); assert( t::value[1] == 29 ); }