@dom96 I am well aware that seq is implemented as a pointer, but it has value 
semantics. That is the reason I did not mention it.
    
    
    var a = @[1,2,3]
    var b = a # b is now a new copy of a
    

Reply via email to