pub fn xor(l: Option<bool>, r: Option<bool>) -> Option<bool>
Expand description

Partial operator function corresponding to $x \not\Leftrightarrow y$.