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

Partial operator function corresponding to xyx \Leftrightarrow y.