pub fn not(l: Likeliness) -> LikelinessExpand description
Negation — the order-reversing involution Impossible ↔ Certain, Even fixed.
Note not(not(l)) == l, but or(l, not l) need not be Certain.
pub fn not(l: Likeliness) -> LikelinessNegation — the order-reversing involution Impossible ↔ Certain, Even fixed.
Note not(not(l)) == l, but or(l, not l) need not be Certain.