From e37c8e0f9319e3df3ff801f5a38f4717a8a20b28 Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 22 Oct 2023 12:29:22 +0000 Subject: deploy: 474c2545cbb1af85a326a47e202fe1e6c450b496 --- juicebox_asm/prelude/trait.Add.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'juicebox_asm/prelude/trait.Add.html') diff --git a/juicebox_asm/prelude/trait.Add.html b/juicebox_asm/prelude/trait.Add.html index 456a3b4..ad65201 100644 --- a/juicebox_asm/prelude/trait.Add.html +++ b/juicebox_asm/prelude/trait.Add.html @@ -1,4 +1,5 @@ -Add in juicebox_asm::prelude - Rust

Trait juicebox_asm::prelude::Add

source ·
pub trait Add<T, U> {
+Add in juicebox_asm::prelude - Rust

Trait juicebox_asm::prelude::Add

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

Required Methods§

Emit an add instruction.

-

Implementors§

\ No newline at end of file +}

Required Methods§

source

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

Emit an add instruction.

+

Implementors§

source§

impl Add<Reg32, Reg32> for Asm

source§

impl Add<Reg64, Reg64> for Asm

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