is it possible to use .reverse() on string code example Example: reverse a string let t = s.chars().rev().collect::<String>();