(NB: if necro-bumping is not acceptable, please let me know)
I basically need an array (guaranteed contiguous values), on the heap, which size is fixed (in particular, no preallocation to accommodate growth) but only known at runtime. Is `seq` still the right type for that?
