Reverse string in place code example Example: reverse a string let t = s.chars().rev().collect::<String>();