pub fn equals(left: a, right: a) -> Bool { left == right } pub fn different(left: a, than right: a) -> Bool { left != right }