For me the behavior of `ptr` is more correct than that of `seq`. I could never 
understand that, if the items of a `seq` are stored on the heap, why do I need 
a `var seq` (hidden pointer to a variable on the stack) in order to change its 
items?

Reply via email to