# so if i have something like this, is it possible to have the size N of the # internal array vary between Foo instances? type Foo = object arr: ptr uncheckedarray[array[N, int]] Bar = object foos: seq[Foo]