# Is there some existing method so that ```nim # type Foo = ref object # baz: int # bar: seq[VariableSizeObject] ``` the seqs inside VariableSizeObject always # get allocated into consecutive memory locations?