Skip to main content

is_tautology

Function is_tautology 

Source
fn is_tautology(range: Range, val: (bool, U256), op: BinOpKind) -> bool
Expand description

True if x <op> val has the same truth value for every x in range.