The difference is that we are allowed to copy the seq with Nim's current 
semantics. But we cannot copy what `ref` points to because that would change 
the semantics so we need a different solution that keeps the pointer semantics.

Reply via email to