snelltrail / rust_number

0 stars 1 forks source link

Comparison with i32 #41

Closed snelltrail closed 6 years ago

snelltrail commented 6 years ago

For example: let x = Int::from(0); if x == 0 { //do some stuff}

joelypoley commented 6 years ago

46 does this.