From d3e1eff9593501ff8677b9399e1f0625f415ec78 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 7 Dec 2023 23:53:44 +0000 Subject: deploy: b5aea3fb5fcce31599e3d7397d5413a934132231 --- juicebox_asm/prelude/trait.Test.html | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 juicebox_asm/prelude/trait.Test.html (limited to 'juicebox_asm/prelude/trait.Test.html') diff --git a/juicebox_asm/prelude/trait.Test.html b/juicebox_asm/prelude/trait.Test.html deleted file mode 100644 index 9ea9d85..0000000 --- a/juicebox_asm/prelude/trait.Test.html +++ /dev/null @@ -1,7 +0,0 @@ -Test in juicebox_asm::prelude - Rust
pub trait Test<T, U> {
-    // Required method
-    fn test(&mut self, op1: T, op2: U);
-}

Required Methods§

source

fn test(&mut self, op1: T, op2: U)

Emit a logical compare instruction.

-

Computes the bit-wise logical AND of first operand and the second operand and sets the -SF, ZF, and PF status flags, the result is discarded.

-

Implementors§

\ No newline at end of file -- cgit v1.2.3