Terry
0
Q:

rust reverse range

// just put the range inside parenthesis and add ".rev()" after
(start..stop).rev()
//or
(start..=stop).rev()
2

New to Communities?

Join the community