fn main() { println!("{}", 5 + 3 * 2); }
fn main() { let x = 5; let y = 10; println!("{}", x == y); }
clone()
copy()
Option