General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Jeremy Chone
Fireship
comments
Comments by "Jeremy Chone" (@JeremyChone) on "Rust in 100 Seconds" video.
Pretty good overview. Just a little nit pick for @0:58: Mutability is not a deciding factor for a value placed Heap vs. stack. In Rust, it cannot because mutability is an attribute of the handle, not of the value. Now, dynamically sized elements are placed on the Heap, and the developer can force anything to be on the Heap by using constructs like Box. Anyway, great video. Hope many will look at Rust.
40
@B3Band Thank you. This was before chatGPT days! (just fixed it, thanks!)
1