Guards

  • A match guard can be added to filter the arm
(x, y) if x == y => println!("These are twins"),