From 2294180c3778d0fcfa877818e98c420fcd54bb8a Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 5 Dec 2023 22:08:06 +0000 Subject: deploy: 7e98f5def5942969f97f5f015e7fb8417793d132 --- juicebox_asm/prelude/trait.Cmp.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 juicebox_asm/prelude/trait.Cmp.html (limited to 'juicebox_asm/prelude/trait.Cmp.html') diff --git a/juicebox_asm/prelude/trait.Cmp.html b/juicebox_asm/prelude/trait.Cmp.html new file mode 100644 index 0000000..872e354 --- /dev/null +++ b/juicebox_asm/prelude/trait.Cmp.html @@ -0,0 +1,5 @@ +Cmp in juicebox_asm::prelude - Rust

Trait juicebox_asm::prelude::Cmp

source ·
pub trait Cmp<T, U> {
+    // Required method
+    fn cmp(&mut self, op1: T, op2: U);
+}

Required Methods§

source

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

Emit a compare call instruction.

+

Implementors§

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