I\'m learning Rust and have no experience with threads. I\'m going through the Rustlings course and I\'ve solved the threads1.rs exercise, but I don\'t understand w
threads1.rs
Arc automatically dereferences via the Deref trait.
References: