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.Dec.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 juicebox_asm/prelude/trait.Dec.html (limited to 'juicebox_asm/prelude/trait.Dec.html') diff --git a/juicebox_asm/prelude/trait.Dec.html b/juicebox_asm/prelude/trait.Dec.html new file mode 100644 index 0000000..099f88f --- /dev/null +++ b/juicebox_asm/prelude/trait.Dec.html @@ -0,0 +1,4 @@ +Dec in juicebox_asm::prelude - Rust

Trait juicebox_asm::prelude::Dec

source ·
pub trait Dec<T> {
+    fn dec(&mut self, op1: T);
+}

Required Methods§

Emit a decrement instruction.

+

Implementors§

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