548 lines
No EOL
164 KiB
HTML
548 lines
No EOL
164 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta name="generator" content="rustdoc">
|
||
<meta name="description" content="API documentation for the Rust `DoubleBigDigit` type in crate `num_bigint`.">
|
||
<meta name="keywords" content="rust, rustlang, rust-lang, DoubleBigDigit">
|
||
|
||
<title>num_bigint::DoubleBigDigit - Rust</title>
|
||
|
||
<link rel="stylesheet" type="text/css" href="../normalize.css">
|
||
<link rel="stylesheet" type="text/css" href="../rustdoc.css" id="mainThemeStyle">
|
||
|
||
<link rel="stylesheet" type="text/css" href="../dark.css">
|
||
<link rel="stylesheet" type="text/css" href="../main.css" id="themeStyle">
|
||
<script src="../storage.js"></script>
|
||
|
||
|
||
|
||
|
||
</head>
|
||
<body class="rustdoc type">
|
||
<!--[if lte IE 8]>
|
||
<div class="warning">
|
||
This old browser is unsupported and will most likely display funky
|
||
things.
|
||
</div>
|
||
<![endif]-->
|
||
|
||
|
||
|
||
<nav class="sidebar">
|
||
<div class="sidebar-menu">☰</div>
|
||
|
||
<p class='location'>Type Definition DoubleBigDigit</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#implementations">Trait Implementations</a><div class="sidebar-links"><a href="#impl-Add%3CBigUint%3E">Add<BigUint></a><a href="#impl-Add%3C%26%27a%20DoubleBigDigit%3E">Add<&'a DoubleBigDigit></a><a href="#impl-Add%3CDoubleBigDigit%3E">Add<DoubleBigDigit></a><a href="#impl-Add%3C%26%27a%20BigUint%3E">Add<&'a BigUint></a><a href="#impl-Add%3C%26%27b%20DoubleBigDigit%3E">Add<&'b DoubleBigDigit></a><a href="#impl-AddAssign%3CDoubleBigDigit%3E">AddAssign<DoubleBigDigit></a><a href="#impl-Sub%3C%26%27a%20DoubleBigDigit%3E">Sub<&'a DoubleBigDigit></a><a href="#impl-Sub%3CBigUint%3E">Sub<BigUint></a><a href="#impl-Sub%3CDoubleBigDigit%3E">Sub<DoubleBigDigit></a><a href="#impl-Sub%3C%26%27a%20BigUint%3E">Sub<&'a BigUint></a><a href="#impl-Sub%3C%26%27b%20DoubleBigDigit%3E">Sub<&'b DoubleBigDigit></a><a href="#impl-SubAssign%3CDoubleBigDigit%3E">SubAssign<DoubleBigDigit></a><a href="#impl-Mul%3CBigUint%3E">Mul<BigUint></a><a href="#impl-Mul%3C%26%27a%20DoubleBigDigit%3E">Mul<&'a DoubleBigDigit></a><a href="#impl-Mul%3CDoubleBigDigit%3E">Mul<DoubleBigDigit></a><a href="#impl-Mul%3C%26%27a%20BigUint%3E">Mul<&'a BigUint></a><a href="#impl-Mul%3C%26%27b%20DoubleBigDigit%3E">Mul<&'b DoubleBigDigit></a><a href="#impl-MulAssign%3CDoubleBigDigit%3E">MulAssign<DoubleBigDigit></a><a href="#impl-Div%3C%26%27a%20DoubleBigDigit%3E">Div<&'a DoubleBigDigit></a><a href="#impl-Div%3CBigUint%3E">Div<BigUint></a><a href="#impl-Div%3CDoubleBigDigit%3E">Div<DoubleBigDigit></a><a href="#impl-Div%3C%26%27a%20BigUint%3E">Div<&'a BigUint></a><a href="#impl-Div%3C%26%27b%20DoubleBigDigit%3E">Div<&'b DoubleBigDigit></a><a href="#impl-DivAssign%3CDoubleBigDigit%3E">DivAssign<DoubleBigDigit></a><a href="#impl-Rem%3C%26%27a%20DoubleBigDigit%3E">Rem<&'a DoubleBigDigit></a><a href="#impl-Rem%3CBigUint%3E">Rem<BigUint></a><a href="#impl-Rem%3CDoubleBigDigit%3E">Rem<DoubleBigDigit></a><a href="#impl-Rem%3C%26%27a%20BigUint%3E">Rem<&'a BigUint></a><a href="#impl-Rem%3C%26%27b%20DoubleBigDigit%3E">Rem<&'b DoubleBigDigit></a><a href="#impl-RemAssign%3CDoubleBigDigit%3E">RemAssign<DoubleBigDigit></a><a href="#impl-Add%3CBigInt%3E">Add<BigInt></a><a href="#impl-Add%3C%26%27a%20BigInt%3E">Add<&'a BigInt></a><a href="#impl-Sub%3CBigInt%3E">Sub<BigInt></a><a href="#impl-Sub%3C%26%27a%20BigInt%3E">Sub<&'a BigInt></a><a href="#impl-Mul%3CBigInt%3E">Mul<BigInt></a><a href="#impl-Mul%3C%26%27a%20BigInt%3E">Mul<&'a BigInt></a><a href="#impl-Div%3CBigInt%3E">Div<BigInt></a><a href="#impl-Div%3C%26%27a%20BigInt%3E">Div<&'a BigInt></a><a href="#impl-Rem%3CBigInt%3E">Rem<BigInt></a><a href="#impl-Rem%3C%26%27a%20BigInt%3E">Rem<&'a BigInt></a></div></div><p class='location'><a href='index.html'>num_bigint</a></p><script>window.sidebarCurrent = {name: 'DoubleBigDigit', ty: 'type', relpath: ''};</script><script defer src="sidebar-items.js"></script></div>
|
||
</nav>
|
||
|
||
<div class="theme-picker">
|
||
<button id="theme-picker" aria-label="Pick another theme!">
|
||
<img src="../brush.svg" width="18" alt="Pick another theme!">
|
||
</button>
|
||
<div id="theme-choices"></div>
|
||
</div>
|
||
<script src="../theme.js"></script>
|
||
<nav class="sub">
|
||
<form class="search-form js-only">
|
||
<div class="search-container">
|
||
<input class="search-input" name="search"
|
||
autocomplete="off"
|
||
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
|
||
type="search">
|
||
</div>
|
||
</form>
|
||
</nav>
|
||
|
||
<section id='main' class="content">
|
||
<h1 class='fqn'><span class='in-band'>Type Definition <a href='index.html'>num_bigint</a>::<wbr><a class="type" href=''>DoubleBigDigit</a></span><span class='out-of-band'><span id='render-detail'>
|
||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||
[<span class='inner'>−</span>]
|
||
</a>
|
||
</span><a class='srclink' href='../src/num_bigint/algorithms.rs.html#22' title='goto source code'>[src]</a></span></h1>
|
||
<pre class='rust typedef'>type DoubleBigDigit = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>;</pre><div class='docblock'><p>A <code>DoubleBigDigit</code> is the internal type used to do the computations. Its
|
||
size is the double of the size of <code>BigDigit</code>.</p>
|
||
</div>
|
||
<h2 id='implementations' class='small-section-header'>
|
||
Trait Implementations<a href='#implementations' class='anchor'></a>
|
||
</h2>
|
||
<h3 id='impl-Add%3CBigUint%3E' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Add%3CBigUint%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#133-140' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output' class="type"><span id='Output.t' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add' class="method"><span id='add.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#137-139' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Add%3C%26%27a%20DoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><&'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Add%3C%26%27a%20DoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-1' class="type"><span id='Output.t-1' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add-1' class="method"><span id='add.v-1' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Add%3CBigUint%3E-1' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for &'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Add%3CBigUint%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#155-162' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-2' class="type"><span id='Output.t-2' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add-2' class="method"><span id='add.v-2' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#159-161' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Add%3CDoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Add%3CDoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-3' class="type"><span id='Output.t-3' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add-3' class="method"><span id='add.v-3' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Add%3C%26%27a%20BigUint%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><&'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Add%3C%26%27a%20BigUint%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#177-184' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-4' class="type"><span id='Output.t-4' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add-4' class="method"><span id='add.v-4' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#181-183' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Add%3C%26%27b%20DoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><&'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Add%3C%26%27b%20DoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-5' class="type"><span id='Output.t-5' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add-5' class="method"><span id='add.v-5' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Add%3C%26%27a%20BigUint%3E-1' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><&'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for &'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Add%3C%26%27a%20BigUint%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#199-206' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-6' class="type"><span id='Output.t-6' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add-6' class="method"><span id='add.v-6' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#203-205' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Add%3CDoubleBigDigit%3E-1' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Add%3CDoubleBigDigit%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#483-491' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-7' class="type"><span id='Output.t-7' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add-7' class="method"><span id='add.v-7' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#487-490' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-AddAssign%3CDoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.AddAssign.html" title="trait core::ops::arith::AddAssign">AddAssign</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-AddAssign%3CDoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#492-509' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='method.add_assign' class="method"><span id='add_assign.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.AddAssign.html#tymethod.add_assign' class='fnname'>add_assign</a>(&mut self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#494-508' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+=</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3C%26%27a%20DoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><&'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Sub%3C%26%27a%20DoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-8' class="type"><span id='Output.t-8' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub' class="method"><span id='sub.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3CBigUint%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for &'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Sub%3CBigUint%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#155-162' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-9' class="type"><span id='Output.t-9' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub-1' class="method"><span id='sub.v-1' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#159-161' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3CDoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Sub%3CDoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-10' class="type"><span id='Output.t-10' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub-2' class="method"><span id='sub.v-2' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3C%26%27a%20BigUint%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><&'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Sub%3C%26%27a%20BigUint%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#177-184' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-11' class="type"><span id='Output.t-11' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub-3' class="method"><span id='sub.v-3' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#181-183' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3C%26%27b%20DoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><&'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Sub%3C%26%27b%20DoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-12' class="type"><span id='Output.t-12' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub-4' class="method"><span id='sub.v-4' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3C%26%27a%20BigUint%3E-1' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><&'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for &'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Sub%3C%26%27a%20BigUint%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#199-206' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-13' class="type"><span id='Output.t-13' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub-5' class="method"><span id='sub.v-5' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#203-205' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3CDoubleBigDigit%3E-1' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Sub%3CDoubleBigDigit%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#579-587' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-14' class="type"><span id='Output.t-14' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub-6' class="method"><span id='sub.v-6' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#583-586' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-SubAssign%3CDoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.SubAssign.html" title="trait core::ops::arith::SubAssign">SubAssign</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-SubAssign%3CDoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#588-594' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='method.sub_assign' class="method"><span id='sub_assign.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.SubAssign.html#tymethod.sub_assign' class='fnname'>sub_assign</a>(&mut self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#589-593' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-=</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3CBigUint%3E-1' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Sub%3CBigUint%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#596-609' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-15' class="type"><span id='Output.t-15' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub-7' class="method"><span id='sub.v-7' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#600-608' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-Mul%3CBigUint%3E' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a><<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Mul%3CBigUint%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#133-140' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-16' class="type"><span id='Output.t-16' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
||
</div><h4 id='method.mul' class="method"><span id='mul.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#137-139' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>*</code> operation.</p>
|
||
</div></div><h3 id='impl-Mul%3C%26%27a%20DoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a><&'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Mul%3C%26%27a%20DoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-17' class="type"><span id='Output.t-17' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
||
</div><h4 id='method.mul-1' class="method"><span id='mul.v-1' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>*</code> operation.</p>
|
||
</div></div><h3 id='impl-Mul%3CBigUint%3E-1' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a><<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for &'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Mul%3CBigUint%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#155-162' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-18' class="type"><span id='Output.t-18' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
||
</div><h4 id='method.mul-2' class="method"><span id='mul.v-2' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#159-161' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>*</code> operation.</p>
|
||
</div></div><h3 id='impl-Mul%3CDoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Mul%3CDoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-19' class="type"><span id='Output.t-19' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
||
</div><h4 id='method.mul-3' class="method"><span id='mul.v-3' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>*</code> operation.</p>
|
||
</div></div><h3 id='impl-Mul%3C%26%27a%20BigUint%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a><&'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Mul%3C%26%27a%20BigUint%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#177-184' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-20' class="type"><span id='Output.t-20' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
||
</div><h4 id='method.mul-4' class="method"><span id='mul.v-4' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#181-183' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>*</code> operation.</p>
|
||
</div></div><h3 id='impl-Mul%3C%26%27b%20DoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a><&'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Mul%3C%26%27b%20DoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-21' class="type"><span id='Output.t-21' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
||
</div><h4 id='method.mul-5' class="method"><span id='mul.v-5' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>*</code> operation.</p>
|
||
</div></div><h3 id='impl-Mul%3C%26%27a%20BigUint%3E-1' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a><&'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for &'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Mul%3C%26%27a%20BigUint%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#199-206' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-22' class="type"><span id='Output.t-22' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
||
</div><h4 id='method.mul-6' class="method"><span id='mul.v-6' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#203-205' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>*</code> operation.</p>
|
||
</div></div><h3 id='impl-Mul%3CDoubleBigDigit%3E-1' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Mul%3CDoubleBigDigit%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#657-665' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-23' class="type"><span id='Output.t-23' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
||
</div><h4 id='method.mul-7' class="method"><span id='mul.v-7' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#661-664' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>*</code> operation.</p>
|
||
</div></div><h3 id='impl-MulAssign%3CDoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.MulAssign.html" title="trait core::ops::arith::MulAssign">MulAssign</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-MulAssign%3CDoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#666-678' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='method.mul_assign' class="method"><span id='mul_assign.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.MulAssign.html#tymethod.mul_assign' class='fnname'>mul_assign</a>(&mut self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#668-677' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>*=</code> operation.</p>
|
||
</div></div><h3 id='impl-Div%3C%26%27a%20DoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a><&'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Div%3C%26%27a%20DoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-24' class="type"><span id='Output.t-24' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
||
</div><h4 id='method.div' class="method"><span id='div.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>/</code> operation.</p>
|
||
</div></div><h3 id='impl-Div%3CBigUint%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a><<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for &'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Div%3CBigUint%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#155-162' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-25' class="type"><span id='Output.t-25' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
||
</div><h4 id='method.div-1' class="method"><span id='div.v-1' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#159-161' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>/</code> operation.</p>
|
||
</div></div><h3 id='impl-Div%3CDoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Div%3CDoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-26' class="type"><span id='Output.t-26' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
||
</div><h4 id='method.div-2' class="method"><span id='div.v-2' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>/</code> operation.</p>
|
||
</div></div><h3 id='impl-Div%3C%26%27a%20BigUint%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a><&'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Div%3C%26%27a%20BigUint%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#177-184' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-27' class="type"><span id='Output.t-27' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
||
</div><h4 id='method.div-3' class="method"><span id='div.v-3' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#181-183' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>/</code> operation.</p>
|
||
</div></div><h3 id='impl-Div%3C%26%27b%20DoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a><&'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Div%3C%26%27b%20DoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-28' class="type"><span id='Output.t-28' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
||
</div><h4 id='method.div-4' class="method"><span id='div.v-4' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>/</code> operation.</p>
|
||
</div></div><h3 id='impl-Div%3C%26%27a%20BigUint%3E-1' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a><&'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for &'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Div%3C%26%27a%20BigUint%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#199-206' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-29' class="type"><span id='Output.t-29' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
||
</div><h4 id='method.div-5' class="method"><span id='div.v-5' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#203-205' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>/</code> operation.</p>
|
||
</div></div><h3 id='impl-Div%3CDoubleBigDigit%3E-1' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Div%3CDoubleBigDigit%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#733-741' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-30' class="type"><span id='Output.t-30' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
||
</div><h4 id='method.div-6' class="method"><span id='div.v-6' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#737-740' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>/</code> operation.</p>
|
||
</div></div><h3 id='impl-DivAssign%3CDoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.DivAssign.html" title="trait core::ops::arith::DivAssign">DivAssign</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-DivAssign%3CDoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#742-747' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='method.div_assign' class="method"><span id='div_assign.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.DivAssign.html#tymethod.div_assign' class='fnname'>div_assign</a>(&mut self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#744-746' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>/=</code> operation.</p>
|
||
</div></div><h3 id='impl-Div%3CBigUint%3E-1' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a><<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Div%3CBigUint%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#749-761' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-31' class="type"><span id='Output.t-31' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
||
</div><h4 id='method.div-7' class="method"><span id='div.v-7' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#753-760' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>/</code> operation.</p>
|
||
</div></div><h3 id='impl-Rem%3C%26%27a%20DoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a><&'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Rem%3C%26%27a%20DoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-32' class="type"><span id='Output.t-32' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
||
</div><h4 id='method.rem' class="method"><span id='rem.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>%</code> operation.</p>
|
||
</div></div><h3 id='impl-Rem%3CBigUint%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a><<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for &'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Rem%3CBigUint%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#155-162' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-33' class="type"><span id='Output.t-33' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
||
</div><h4 id='method.rem-1' class="method"><span id='rem.v-1' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#159-161' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>%</code> operation.</p>
|
||
</div></div><h3 id='impl-Rem%3CDoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Rem%3CDoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-34' class="type"><span id='Output.t-34' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
||
</div><h4 id='method.rem-2' class="method"><span id='rem.v-2' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>%</code> operation.</p>
|
||
</div></div><h3 id='impl-Rem%3C%26%27a%20BigUint%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a><&'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Rem%3C%26%27a%20BigUint%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#177-184' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-35' class="type"><span id='Output.t-35' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
||
</div><h4 id='method.rem-3' class="method"><span id='rem.v-3' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#181-183' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>%</code> operation.</p>
|
||
</div></div><h3 id='impl-Rem%3C%26%27b%20DoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a><&'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Rem%3C%26%27b%20DoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-36' class="type"><span id='Output.t-36' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
||
</div><h4 id='method.rem-4' class="method"><span id='rem.v-4' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>%</code> operation.</p>
|
||
</div></div><h3 id='impl-Rem%3C%26%27a%20BigUint%3E-1' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a><&'a <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for &'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Rem%3C%26%27a%20BigUint%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#199-206' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-37' class="type"><span id='Output.t-37' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
||
</div><h4 id='method.rem-5' class="method"><span id='rem.v-5' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#203-205' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>%</code> operation.</p>
|
||
</div></div><h3 id='impl-Rem%3CDoubleBigDigit%3E-1' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-Rem%3CDoubleBigDigit%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#840-848' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-38' class="type"><span id='Output.t-38' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
||
</div><h4 id='method.rem-6' class="method"><span id='rem.v-6' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#844-847' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>%</code> operation.</p>
|
||
</div></div><h3 id='impl-RemAssign%3CDoubleBigDigit%3E' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.RemAssign.html" title="trait core::ops::arith::RemAssign">RemAssign</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code><a href='#impl-RemAssign%3CDoubleBigDigit%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#849-854' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='method.rem_assign' class="method"><span id='rem_assign.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.RemAssign.html#tymethod.rem_assign' class='fnname'>rem_assign</a>(&mut self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#851-853' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>%=</code> operation.</p>
|
||
</div></div><h3 id='impl-Rem%3CBigUint%3E-1' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a><<a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Rem%3CBigUint%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#856-864' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-39' class="type"><span id='Output.t-39' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
||
</div><h4 id='method.rem-7' class="method"><span id='rem.v-7' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a>) -> <a class="struct" href="../num_bigint/struct.BigUint.html" title="struct num_bigint::BigUint">BigUint</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/biguint.rs.html#860-863' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>%</code> operation.</p>
|
||
</div></div><h3 id='impl-Add%3CBigInt%3E' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Add%3CBigInt%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#133-140' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-40' class="type"><span id='Output.t-40' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add-8' class="method"><span id='add.v-8' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#137-139' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Add%3C%26%27a%20DoubleBigDigit%3E-1' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><&'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Add%3C%26%27a%20DoubleBigDigit%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-41' class="type"><span id='Output.t-41' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add-9' class="method"><span id='add.v-9' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Add%3CBigInt%3E-1' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for &'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Add%3CBigInt%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#155-162' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-42' class="type"><span id='Output.t-42' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add-10' class="method"><span id='add.v-10' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#159-161' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Add%3CDoubleBigDigit%3E-2' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Add%3CDoubleBigDigit%3E-2' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-43' class="type"><span id='Output.t-43' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add-11' class="method"><span id='add.v-11' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Add%3C%26%27a%20BigInt%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><&'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Add%3C%26%27a%20BigInt%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#177-184' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-44' class="type"><span id='Output.t-44' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add-12' class="method"><span id='add.v-12' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#181-183' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Add%3C%26%27b%20DoubleBigDigit%3E-1' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><&'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Add%3C%26%27b%20DoubleBigDigit%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-45' class="type"><span id='Output.t-45' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add-13' class="method"><span id='add.v-13' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Add%3C%26%27a%20BigInt%3E-1' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><&'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for &'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Add%3C%26%27a%20BigInt%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#199-206' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-46' class="type"><span id='Output.t-46' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add-14' class="method"><span id='add.v-14' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#203-205' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Add%3CDoubleBigDigit%3E-3' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Add%3CDoubleBigDigit%3E-3' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/bigint.rs.html#411-427' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-47' class="type"><span id='Output.t-47' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add-15' class="method"><span id='add.v-15' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/bigint.rs.html#415-426' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3C%26%27a%20DoubleBigDigit%3E-1' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><&'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3C%26%27a%20DoubleBigDigit%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-48' class="type"><span id='Output.t-48' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub-8' class="method"><span id='sub.v-8' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3CBigInt%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for &'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Sub%3CBigInt%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#155-162' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-49' class="type"><span id='Output.t-49' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub-9' class="method"><span id='sub.v-9' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#159-161' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3CDoubleBigDigit%3E-2' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3CDoubleBigDigit%3E-2' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-50' class="type"><span id='Output.t-50' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub-10' class="method"><span id='sub.v-10' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3C%26%27a%20BigInt%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><&'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Sub%3C%26%27a%20BigInt%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#177-184' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-51' class="type"><span id='Output.t-51' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub-11' class="method"><span id='sub.v-11' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#181-183' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3C%26%27b%20DoubleBigDigit%3E-1' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><&'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3C%26%27b%20DoubleBigDigit%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-52' class="type"><span id='Output.t-52' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub-12' class="method"><span id='sub.v-12' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3C%26%27a%20BigInt%3E-1' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><&'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for &'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Sub%3C%26%27a%20BigInt%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#199-206' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-53' class="type"><span id='Output.t-53' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub-13' class="method"><span id='sub.v-13' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#203-205' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3CDoubleBigDigit%3E-3' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3CDoubleBigDigit%3E-3' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/bigint.rs.html#552-568' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-54' class="type"><span id='Output.t-54' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub-14' class="method"><span id='sub.v-14' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/bigint.rs.html#556-567' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3CBigInt%3E-1' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Sub%3CBigInt%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/bigint.rs.html#570-577' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-55' class="type"><span id='Output.t-55' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub-15' class="method"><span id='sub.v-15' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/bigint.rs.html#574-576' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-Mul%3CBigInt%3E' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a><<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Mul%3CBigInt%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#133-140' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-56' class="type"><span id='Output.t-56' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
||
</div><h4 id='method.mul-8' class="method"><span id='mul.v-8' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#137-139' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>*</code> operation.</p>
|
||
</div></div><h3 id='impl-Mul%3C%26%27a%20DoubleBigDigit%3E-1' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a><&'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3C%26%27a%20DoubleBigDigit%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-57' class="type"><span id='Output.t-57' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
||
</div><h4 id='method.mul-9' class="method"><span id='mul.v-9' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>*</code> operation.</p>
|
||
</div></div><h3 id='impl-Mul%3CBigInt%3E-1' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a><<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for &'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Mul%3CBigInt%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#155-162' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-58' class="type"><span id='Output.t-58' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
||
</div><h4 id='method.mul-10' class="method"><span id='mul.v-10' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#159-161' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>*</code> operation.</p>
|
||
</div></div><h3 id='impl-Mul%3CDoubleBigDigit%3E-2' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3CDoubleBigDigit%3E-2' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-59' class="type"><span id='Output.t-59' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
||
</div><h4 id='method.mul-11' class="method"><span id='mul.v-11' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>*</code> operation.</p>
|
||
</div></div><h3 id='impl-Mul%3C%26%27a%20BigInt%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a><&'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Mul%3C%26%27a%20BigInt%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#177-184' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-60' class="type"><span id='Output.t-60' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
||
</div><h4 id='method.mul-12' class="method"><span id='mul.v-12' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#181-183' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>*</code> operation.</p>
|
||
</div></div><h3 id='impl-Mul%3C%26%27b%20DoubleBigDigit%3E-1' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a><&'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3C%26%27b%20DoubleBigDigit%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-61' class="type"><span id='Output.t-61' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
||
</div><h4 id='method.mul-13' class="method"><span id='mul.v-13' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>*</code> operation.</p>
|
||
</div></div><h3 id='impl-Mul%3C%26%27a%20BigInt%3E-1' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a><&'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for &'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Mul%3C%26%27a%20BigInt%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#199-206' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-62' class="type"><span id='Output.t-62' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
||
</div><h4 id='method.mul-14' class="method"><span id='mul.v-14' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#203-205' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>*</code> operation.</p>
|
||
</div></div><h3 id='impl-Mul%3CDoubleBigDigit%3E-3' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3CDoubleBigDigit%3E-3' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/bigint.rs.html#658-665' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-63' class="type"><span id='Output.t-63' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
||
</div><h4 id='method.mul-15' class="method"><span id='mul.v-15' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/bigint.rs.html#662-664' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>*</code> operation.</p>
|
||
</div></div><h3 id='impl-Div%3C%26%27a%20DoubleBigDigit%3E-1' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a><&'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Div%3C%26%27a%20DoubleBigDigit%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-64' class="type"><span id='Output.t-64' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
||
</div><h4 id='method.div-8' class="method"><span id='div.v-8' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>/</code> operation.</p>
|
||
</div></div><h3 id='impl-Div%3CBigInt%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a><<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for &'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Div%3CBigInt%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#155-162' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-65' class="type"><span id='Output.t-65' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
||
</div><h4 id='method.div-9' class="method"><span id='div.v-9' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#159-161' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>/</code> operation.</p>
|
||
</div></div><h3 id='impl-Div%3CDoubleBigDigit%3E-2' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Div%3CDoubleBigDigit%3E-2' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-66' class="type"><span id='Output.t-66' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
||
</div><h4 id='method.div-10' class="method"><span id='div.v-10' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>/</code> operation.</p>
|
||
</div></div><h3 id='impl-Div%3C%26%27a%20BigInt%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a><&'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Div%3C%26%27a%20BigInt%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#177-184' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-67' class="type"><span id='Output.t-67' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
||
</div><h4 id='method.div-11' class="method"><span id='div.v-11' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#181-183' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>/</code> operation.</p>
|
||
</div></div><h3 id='impl-Div%3C%26%27b%20DoubleBigDigit%3E-1' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a><&'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Div%3C%26%27b%20DoubleBigDigit%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-68' class="type"><span id='Output.t-68' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
||
</div><h4 id='method.div-12' class="method"><span id='div.v-12' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>/</code> operation.</p>
|
||
</div></div><h3 id='impl-Div%3C%26%27a%20BigInt%3E-1' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a><&'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for &'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Div%3C%26%27a%20BigInt%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#199-206' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-69' class="type"><span id='Output.t-69' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
||
</div><h4 id='method.div-13' class="method"><span id='div.v-13' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#203-205' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>/</code> operation.</p>
|
||
</div></div><h3 id='impl-Div%3CDoubleBigDigit%3E-3' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Div%3CDoubleBigDigit%3E-3' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/bigint.rs.html#730-737' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-70' class="type"><span id='Output.t-70' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
||
</div><h4 id='method.div-14' class="method"><span id='div.v-14' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/bigint.rs.html#734-736' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>/</code> operation.</p>
|
||
</div></div><h3 id='impl-Div%3CBigInt%3E-1' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a><<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Div%3CBigInt%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/bigint.rs.html#739-746' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-71' class="type"><span id='Output.t-71' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
||
</div><h4 id='method.div-15' class="method"><span id='div.v-15' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/bigint.rs.html#743-745' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>/</code> operation.</p>
|
||
</div></div><h3 id='impl-Rem%3C%26%27a%20DoubleBigDigit%3E-1' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a><&'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3C%26%27a%20DoubleBigDigit%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-72' class="type"><span id='Output.t-72' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
||
</div><h4 id='method.rem-8' class="method"><span id='rem.v-8' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>%</code> operation.</p>
|
||
</div></div><h3 id='impl-Rem%3CBigInt%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a><<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for &'a <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Rem%3CBigInt%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#155-162' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-73' class="type"><span id='Output.t-73' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
||
</div><h4 id='method.rem-9' class="method"><span id='rem.v-9' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#159-161' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>%</code> operation.</p>
|
||
</div></div><h3 id='impl-Rem%3CDoubleBigDigit%3E-2' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3CDoubleBigDigit%3E-2' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-74' class="type"><span id='Output.t-74' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
||
</div><h4 id='method.rem-10' class="method"><span id='rem.v-10' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>%</code> operation.</p>
|
||
</div></div><h3 id='impl-Rem%3C%26%27a%20BigInt%3E' class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a><&'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Rem%3C%26%27a%20BigInt%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#177-184' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-75' class="type"><span id='Output.t-75' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
||
</div><h4 id='method.rem-11' class="method"><span id='rem.v-11' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#181-183' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>%</code> operation.</p>
|
||
</div></div><h3 id='impl-Rem%3C%26%27b%20DoubleBigDigit%3E-1' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a><&'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for &'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3C%26%27b%20DoubleBigDigit%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-76' class="type"><span id='Output.t-76' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
||
</div><h4 id='method.rem-12' class="method"><span id='rem.v-12' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>%</code> operation.</p>
|
||
</div></div><h3 id='impl-Rem%3C%26%27a%20BigInt%3E-1' class='impl'><span class='in-band'><code>impl<'a, 'b> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a><&'a <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for &'b <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Rem%3C%26%27a%20BigInt%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#199-206' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-77' class="type"><span id='Output.t-77' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
||
</div><h4 id='method.rem-13' class="method"><span id='rem.v-13' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/macros.rs.html#203-205' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>%</code> operation.</p>
|
||
</div></div><h3 id='impl-Rem%3CDoubleBigDigit%3E-3' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a><<a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>> for <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3CDoubleBigDigit%3E-3' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/bigint.rs.html#837-844' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-78' class="type"><span id='Output.t-78' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
||
</div><h4 id='method.rem-14' class="method"><span id='rem.v-14' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/bigint.rs.html#841-843' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>%</code> operation.</p>
|
||
</div></div><h3 id='impl-Rem%3CBigInt%3E-1' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a><<a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>> for <a class="type" href="../num_bigint/big_digit/type.DoubleBigDigit.html" title="type num_bigint::big_digit::DoubleBigDigit">DoubleBigDigit</a></code><a href='#impl-Rem%3CBigInt%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/bigint.rs.html#846-853' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-79' class="type"><span id='Output.t-79' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
||
</div><h4 id='method.rem-15' class="method"><span id='rem.v-15' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a>) -> <a class="struct" href="../num_bigint/struct.BigInt.html" title="struct num_bigint::BigInt">BigInt</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/num_bigint/bigint.rs.html#850-852' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>%</code> operation.</p>
|
||
</div></div></section>
|
||
<section id='search' class="content hidden"></section>
|
||
|
||
<section class="footer"></section>
|
||
|
||
<aside id="help" class="hidden">
|
||
<div>
|
||
<h1 class="hidden">Help</h1>
|
||
|
||
<div class="shortcuts">
|
||
<h2>Keyboard Shortcuts</h2>
|
||
|
||
<dl>
|
||
<dt><kbd>?</kbd></dt>
|
||
<dd>Show this help dialog</dd>
|
||
<dt><kbd>S</kbd></dt>
|
||
<dd>Focus the search field</dd>
|
||
<dt><kbd>↑</kbd></dt>
|
||
<dd>Move up in search results</dd>
|
||
<dt><kbd>↓</kbd></dt>
|
||
<dd>Move down in search results</dd>
|
||
<dt><kbd>↹</kbd></dt>
|
||
<dd>Switch tab</dd>
|
||
<dt><kbd>⏎</kbd></dt>
|
||
<dd>Go to active search result</dd>
|
||
<dt><kbd>+</kbd></dt>
|
||
<dd>Expand all sections</dd>
|
||
<dt><kbd>-</kbd></dt>
|
||
<dd>Collapse all sections</dd>
|
||
</dl>
|
||
</div>
|
||
|
||
<div class="infos">
|
||
<h2>Search Tricks</h2>
|
||
|
||
<p>
|
||
Prefix searches with a type followed by a colon (e.g.
|
||
<code>fn:</code>) to restrict the search to a given type.
|
||
</p>
|
||
|
||
<p>
|
||
Accepted types are: <code>fn</code>, <code>mod</code>,
|
||
<code>struct</code>, <code>enum</code>,
|
||
<code>trait</code>, <code>type</code>, <code>macro</code>,
|
||
and <code>const</code>.
|
||
</p>
|
||
|
||
<p>
|
||
Search functions by type signature (e.g.
|
||
<code>vec -> usize</code> or <code>* -> vec</code>)
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</aside>
|
||
|
||
|
||
|
||
<script>
|
||
window.rootPath = "../";
|
||
window.currentCrate = "num_bigint";
|
||
</script>
|
||
<script src="../main.js"></script>
|
||
<script defer src="../search-index.js"></script>
|
||
</body>
|
||
</html> |