General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
AlexXx
Lex Clips
comments
Comments by "AlexXx" (@alexxx4434) on "Python vs Swift | Chris Lattner and Lex Fridman" video.
There is an additon in Swift apparently, which is "copy-on-write". That is, objects are passed by reference, but if a function tries to change an object, the copy is created with those changes instead.
5