<< 30-12-2025 >>

10:54:06deavmi[20:17:47] <Amun-Ra> I'm not a fan of llvm-based languages
10:54:15deavmiAlso takes the fun out of writing stuff yourself ;)
10:54:24Amun-Ra;)
14:52:31*TheTechRobo quit (Quit: Leaving)
14:57:53*TheTechRobo joined #nim
17:13:55*zero`__ quit (Ping timeout: 240 seconds)
17:49:55*zero` joined #nim
20:20:29deavmiAny information on behavior of ccopying sequences. I get that under the hood they are heap allocated but not much documentation wise describes how the copy is performed when I do `var y = x` where x is `var x: seq[int] = @[1]`.
20:20:29deavmiFound it odd I could not find anything yet in the docs regarding it. Behavior seems to be copy of all the heap-allocated elements into the newly-allocated sequence (which gets allocated for `y`)?
20:21:41deavmiOther than this: https://github.com/nim-lang/Nim/blob/version-2-2/lib/system.nim#L367
20:21:44deavmithe sauce helps
23:13:54*ftajhii quit (Ping timeout: 260 seconds)