Reverse String. fn main() { let test = "Hello World"; let t = test.chars().rev().collect::(); println!
確定! 回上一頁