@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
- ref object or object with ref field mratsim
- Re: ref object or object with ref field Krux02
- Re: ref object or object with ref field Varriount
- Re: ref object or object with ref field Krux02
- Re: ref object or object with ref field Lando
- Re: ref object or object with ref field Krux02
- Re: ref object or object with ref fiel... mratsim
- Re: ref object or object with ref ... Krux02
- Re: ref object or object with ref ... dom96
- Re: ref object or object with ref ... Krux02
- Re: ref object or object with ref ... mratsim
- Re: ref object or object with ref ... Lando
- Re: ref object or object with ref ... LeuGim
- Re: ref object or object with ref ... Lando
- Re: ref object or object with ref ... Krux02
