Function miden_stdlib_sys::assert_eq
source ยท pub fn assert_eq(a: Felt, b: Felt)Expand description
If a == b, removes them from the stack. Fails if a != b
pub fn assert_eq(a: Felt, b: Felt)If a == b, removes them from the stack. Fails if a != b