# and, although I know that it is not correct and I am probably misusing `static`, # here is what I got: func F_List(N: static[SomeInt]; T: static[typedesc]): static[typedesc] object data: array[N, T] len: int