Thanks for that post, it definitely gave me a lot of insight into what is going 
on in Nim. I'm working with a lot of pixel data and wanted to return it from a 
function as a seq[uint8]. I want to avoid it doing an necessary copy (on 
return) for a lot of data (which I assume is happening right now).

Reply via email to