Function neq

Source
pub fn neq(
    lhs: Value,
    rhs: Value,
    sink: &mut dyn DeprecationSink,
) -> HintedStrResult<Value>
Expand description

Compute whether two values are unequal.