1 2 3 4 5 6 7
pub fn equals(left: a, right: a) -> Bool { left == right } pub fn different(left: a, than right: a) -> Bool { left != right }