let mut s = "World".to_string(); s.insert_str(0, "Hello "); println!("{}", s);