> This is not true, sequences are reference types My understanding is that the "top-level" structure of a sequence is a value object (also containing length and capacity), but the structure contains a reference to the actual seq data on the heap.
Has this changed?
