> How does owned/unowned relate to strings and seqs?
Good question. Especially regarding seqs. If it would be possible to integrate a header (an object with constant size or a tuple) into a seq, then you could think a seq as a special object , a combination obj+array. ( I constructed such an object with unsafenew; it seemed to work).
