Here we'll talking about how does reverse a list into RUST.
In a nutshell: computer's numbers usually represented as binary sequence of 0 and 1. The first bit of that sequence is denoted as even or odd number where odd is 0 and even is 1. So you can check a number by using binary operation.