pub type AssertNeq<N> = AssertInstruction<N, { _ }>;
Expand description

Asserts two operands are not equal to each other.