2024-09-28 23:14:10 https://paste.debian.net/hidden/089ccadb/ suppose i want to create a table of xts, and simultaneously define index constants. i can't define the constants inline, because it would interleave with the vectors table. and i don't really want to pre-allocate the vectors table, because it's nice to calculate its size after it's populated. any thoughts on a more clever way to do this? 2024-09-28 23:17:59 or if you were doing this, would you just live with having to maintain the order with the constants?