How do I reverse a string in Rust 0.9?According to rosettacode.org this worked in 0.8:let reversed:~str = "一二三四五六七八九十".rev_iter().collect(); ...
確定! 回上一頁