class Contracts::Builtin::Xor

Takes a variable number of contracts. The contract passes if exactly one of those contracts pass. Example: Xor[Integer, Float]