Rust reverse range. Copy. // just put the range inside parenthesis and add ".rev()" after (start..stop).rev() //or (start..=stop).rev().
確定! 回上一頁