From 872cf6d06f4d77637b4627fdc583bab79ee2372f Mon Sep 17 00:00:00 2001 From: johannst Date: Mon, 27 Feb 2023 22:52:40 +0000 Subject: deploy: 6486b862edc2750dba83848f62d6c9f3d4c6d3c2 --- juicebox_asm/prelude/trait.Test.html | 6 ++++++ 1 file changed, 6 insertions(+) create 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 new file mode 100644 index 0000000..4dacf0b --- /dev/null +++ b/juicebox_asm/prelude/trait.Test.html @@ -0,0 +1,6 @@ +Test in juicebox_asm::prelude - Rust
pub trait Test<T, U> {
+    fn test(&mut self, op1: T, op2: U);
+}

Required Methods§

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