pub fn difference(pair: #(Int, Int)) -> Int { let #(first, second) = pair second - first }