Closed snelltrail closed 6 years ago
For example: let x = Int::from(0); if x == 0 { //do some stuff}
let x = Int::from(0);
if x == 0 { //do some stuff
For example:
let x = Int::from(0);
if x == 0 { //do some stuff
}