|
|
<!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 `BigInt` struct in crate `num`."><meta name="keywords" content="rust, rustlang, rust-lang, BigInt"><title>num::bigint::BigInt - 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="../../light.css" id="themeStyle"><script src="../../storage.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="shortcut icon" href="../../favicon.ico"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc struct"><!--[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><a href='../../num/index.html'><div class='logo-container'><img src='../../rust-logo.png' alt='logo'></div></a><p class='location'>Struct BigInt</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#methods">Methods</a><div class="sidebar-links"><a href="#method.assign_from_slice">assign_from_slice</a><a href="#method.bits">bits</a><a href="#method.checked_add">checked_add</a><a href="#method.checked_div">checked_div</a><a href="#method.checked_mul">checked_mul</a><a href="#method.checked_sub">checked_sub</a><a href="#method.from_biguint">from_biguint</a><a href="#method.from_bytes_be">from_bytes_be</a><a href="#method.from_bytes_le">from_bytes_le</a><a href="#method.from_radix_be">from_radix_be</a><a href="#method.from_radix_le">from_radix_le</a><a href="#method.from_signed_bytes_be">from_signed_bytes_be</a><a href="#method.from_signed_bytes_le">from_signed_bytes_le</a><a href="#method.from_slice">from_slice</a><a href="#method.modpow">modpow</a><a href="#method.new">new</a><a href="#method.parse_bytes">parse_bytes</a><a href="#method.sign">sign</a><a href="#method.to_biguint">to_biguint</a><a href="#method.to_bytes_be">to_bytes_be</a><a href="#method.to_bytes_le">to_bytes_le</a><a href="#method.to_radix_be">to_radix_be</a><a href="#method.to_radix_le">to_radix_le</a><a href="#method.to_signed_bytes_be">to_signed_bytes_be</a><a href="#method.to_signed_bytes_le">to_signed_bytes_le</a><a href="#method.to_str_radix">to_str_radix</a></div><a class="sidebar-title" href="#implementations">Trait Implementations</a><div class="sidebar-links"><a href="#impl-Add%3C%26%27a%20BigInt%3E">Add<&'a BigInt></a><a href="#impl-Add%3C%26%27a%20i16%3E">Add<&'a i16></a><a href="#impl-Add%3C%26%27a%20i32%3E">Add<&'a i32></a><a href="#impl-Add%3C%26%27a%20i64%3E">Add<&'a i64></a><a href="#impl-Add%3C%26%27a%20i8%3E">Add<&'a i8></a><a href="#impl-Add%3C%26%27a%20isize%3E">Add<&'a isize></a><a href="#impl-Add%3C%26%27a%20u16%3E">Add<&'a u16></a><a href="#impl-Add%3C%26%27a%20u32%3E">Add<&'a u32></a><a href="#impl-Add%3C%26%27a%20u64%3E">Add<&'a u64></a><a href="#impl-Add%3C%26%27a%20u8%3E">Add<&'a u8></a><a href="#impl-Add%3C%26%27a%20usize%3E">Add<&'a usize></a><a href="#impl-Add%3C%26%27b%20BigInt%3E">Add<&'b BigInt></a><a href="#impl-Add%3C%26%27b%20i16%3E">Add<&'b i16></a><a href="#impl-Add%3C%26%27b%20i32%3E">Add<&'b i32></a><a href="#impl-Add%3C%26%27b%20i64%3E">Add<&'b i64></a><a href="#impl-Add%3C%26%27b%20i8%3E">Add<&'b i8></a><a href="#impl-Add%3C%26%27b%20isize%3E">Add<&'b isize></a><a href="#impl-Add%3C%26%27b%20u16%3E">Add<&'b u16></a><a href="#impl-Add%3C%26%27b%20u32%3E">Add<&'b u32></a><a href="#impl-Add%3C%26%27b%20u64%3E">Add<&'b u64></a><a href="#impl-Add%3C%26%27b%20u8%3E">Add<&'b u8></a><a href="#impl-Add%3C%26%27b%20usize%3E">Add<&'b usize></a><a href="#impl-Add%3CBigInt%3E">Add<BigInt></a><a href="#impl-Add%3Ci16%3E">Add<i16></a><a href="#impl-Add%3Ci32%3E">Add<i32></a><a href="#impl-Add%3Ci64%3E">Add<i64></a><a href="#impl-Add%3Ci8%3E">Add<i8></a><a href="#impl-Add%3Cisize%3E">Add<isize></a><a href="#impl-Add%3Cu16%3E">Add<u16></a><a href="#impl-Add%3Cu32%3E">Add<u32></a><a href="#impl-Add%3Cu64%3E">Add<u64></a><a href="#impl-Add%3Cu8%3E">Add<u8></a><a href="#impl-Add%3Cusize%3E">Add<usize></a><a href="#impl-Binary">Binary</a><a href="#impl-CheckedAdd">CheckedAdd</a><a href="#impl-CheckedDiv">CheckedDiv</a><a href="#impl-CheckedMul">CheckedMul</a><a href="#impl-CheckedSub">CheckedSub</a><a href="#impl-Clone">Clone</a><a href="#impl-Debug">Debug</a><a href="#impl-Decodable">Decodable</a><a href="#impl-Default">Default</a><a href="#impl-Display">Display</a><a href="#impl-Div%3C%26%27a%20BigInt%3E">Div<&'a BigInt></a><a href="#impl-Div%3C%26%27a%20i16%3E">Div<&'a i16></a><a href="#impl-Div%3C%26%27a%20i32%3E">Div<&'a i32></a><a href="#impl-Div%3C%26%27a%20i64%3E">Div<&'a i64></a><a href="#impl-Div%3C%26%27a%20i8%3E">Div<&'a i8></a><a href="#impl-Div%3C%26%27a%20isize%3E">Div<&'a isize></a><a href="#impl-Div%3C%26%27a%20u16%3E">Div<&'a u16></a><a href="#impl-Div%3C%26%27a%20u32%3E">Div<&'a u32></a><a href="#impl-Div%3C%26%27a%20u64%3E">Div<&'a u64></a><a href="#impl-Div%3C%26%27a%20u8%3E">Div<&'a u8></a><a href="#impl-Div%3C%26%27a%20usize%3E">Div<&'a usize></a><a href="#impl-Div%3C%26%27b%20BigInt%3E">Div<&'b BigInt></a><a href="#impl-Div%3C%26%27b%20i16%3E">Div<&'b i16></a><a href="#impl-Div%3C%26%27b%20i32%3E">Div<&'b i32></a><a href="#impl-Div%3C%26%27b%20i64%3E">Div<&'b i64></a><a href="#impl-Div%3C%26%27b%20i8%3E">Div<&'b i8></a><a href="#impl-Div%3C%26%27b%20isize%3E">Div<&'b isize></a><a href="#impl-Div%3C%26%27b%20u16%3E">Div<&'b u16></a><a href="#impl-Div%3C%26%27b%20u32%3E">Div<&'b u32></a><a href="#impl-Div%3C%26%27b%20u64%3E">Div<&'b u64></a><a href="#impl-Div%3C%26%27b%20u8%3E">Div<&'b u8></a><a href="#impl-Div%3C%26%27b%20usize%3E">Div<&'b usize></a><a href="#impl-Div%3CBigInt%3E">Div<BigInt></a><a href="#impl-Div%3Ci16%3E">Div<i16></a><a href="#impl-Div%3Ci32%3E">Div<i32></a><a href="#impl-Div%3Ci64%3E">Div<i64></a><a href="#impl-Div%3Ci8%3E">Div<i8></a><a href="#impl-Div%3Cisize%3E">Div<isize></a><a href="#impl-Div%3Cu16%3E">Div<u16></a><a href="#impl-Div%3Cu32%3E">Div<u32></a><a href="#impl-Div%3Cu64%3E">Div<u64></a><a href="#impl-Div%3Cu8%3E">Div<u8></a><a href="#impl-Div%3Cusize%3E">Div<usize></a><a href="#impl-Encodable">Encodable</a><a href="#impl-Eq">Eq</a><a href="#impl-From%3CBigUint%3E">From<BigUint></a><a href="#impl-From%3Ci16%3E">From<i16></a><a href="#impl-From%3Ci32%3E">From<i32></a><a href="#impl-From%3Ci64%3E">From<i64></a><a href="#impl-From%3Ci8%3E">From<i8></a><a href="#impl-From%3Cisize%3E">From<isize></a><a href="#impl-From%3Cu16%3E">From<u16></a><a href="#impl-From%3Cu32%3E">From<u32></a><a href="#impl-From%3Cu64%3E">From<u64></a><a href="#impl-From%3Cu8%3E">From<u8></a><a href="#impl-From%3Cusize%3E">From<usize></a><a href="#impl-FromPrimitive">FromPrimitive</a><a href="#impl-FromStr">FromStr</a><a href="#impl-Hash">Hash</a><a href="#impl-Integer">Integer</a><a href="#impl-LowerHex">LowerHex</a><a href="#impl-Mul%3C%26%27a%20BigInt%3E">Mul<&'a BigInt></a><a href="#impl-Mul%3C%26%27a%20i16%3E">Mul<&'a i16></a><a href="#impl-Mul%3C%26%27a%20i32%3E">Mul<&'a i32></a><a href="#impl-Mul%3C%26%27a%20i64%3E">Mul<&'a i64></a><a href="#impl-Mul%3C%26%27a%20i8%3E">Mul<&'a i8></a><a href="#impl-Mul%3C%26%27a%20isize%3E">Mul<&'a isize></a><a href="#impl-Mul%3C%26%27a%20u16%3E">Mul<&'a u16></a><a href="#impl-Mul%3C%26%27a%20u32%3E">Mul<&'a u32></a><a href="#impl-Mul%3C%26%27a%20u64%3E">Mul<&'a u64></a><a href="#impl-Mul%3C%26%27a%20u8%3E">Mul<&'a u8></a><a href="#impl-Mul%3C%26%27a%20usize%3E">Mul<&'a usize></a><a href="#impl-Mul%3C%26%27b%20BigInt%3E">Mul<&'b BigInt></a><a href="#impl-Mul%3C%26%27b%20i16%3E">Mul<&'b i16></a><a href="#impl-Mul%3C%26%27b%20i32%3E">Mul<&'b i32></a><a href="#impl-Mul%3C%26%27b%20i64%3E">Mul<&'b i64></a><a href="#impl-Mul%3C%26%27b%20i8%3E">Mul<&'b i8></a><a href="#impl-Mul%3C%26%27b%20isize%3E">Mul<&'b isize></a><a href="#impl-Mul%3C%26%27b%20u16%3E">Mul<&'b u16></a><a href="#impl-Mul%3C%26%27b%20u32%3E">Mul<&'b u32></a><a href="#impl-Mul%3C%26%27b%20u64%3E">Mul<&'b u64></a><a href="#impl-Mul%3C%26%27b%20u8%3E">Mul<&'b u8></a><a href="#impl-Mul%3C%26%27b%20usize%3E">Mul<&'b usize></a><a href="#impl-Mul%3CBigInt%3E">Mul<BigInt></a><a href="#impl-Mul%3Ci16%3E">Mul<i16></a><a href="#impl-Mul%3Ci32%3E">Mul<i32></a><a href="#impl-Mul%3Ci64%3E">Mul<i64></a><a href="#impl-Mul%3Ci8%3E">Mul<i8></a><a href="#impl-Mul%3Cisize%3E">Mul<isize></a><a href="#impl-Mul%3Cu16%3E">Mul<u16></a><a href="#impl-Mul%3Cu32%3E">Mul<u32></a><a href="#impl-Mul%3Cu64%3E">Mul<u64></a><a href="#impl-Mul%3Cu8%3E">Mul<u8></a><a href="#impl-Mul%3Cusize%3E">Mul<usize></a><a href="#impl-Neg">Neg</a><a href="#impl-Num">Num</a><a href="#impl-Octal">Octal</a><a href="#impl-One">One</a><a href="#impl-Ord">Ord</a><a href="#impl-PartialEq%3CBigInt%3E">PartialEq<BigInt></a><a href="#impl-PartialOrd%3CBigInt%3E">PartialOrd<BigInt></a><a href="#impl-Rem%3C%26%27a%20BigInt%3E">Rem<&'a BigInt></a><a href="#impl-Rem%3C%26%27a%20i16%3E">Rem<&'a i16></a><a href="#impl-Rem%3C%26%27a%20i32%3E">Rem<&'a i32></a><a href="#impl-Rem%3C%26%27a%20i64%3E">Rem<&'a i64></a><a href="#impl-Rem%3C%26%27a%20i8%3E">Rem<&'a i8></a><a href="#impl-Rem%3C%26%27a%20isize%3E">Rem<&'a isize></a><a href="#impl-Rem%3C%26%27a%20u16%3E">Rem<&'a u16></a><a href="#impl-Rem%3C%26%27a%20u32%3E">Rem<&'a u32></a><a href="#impl-Rem%3C%26%27a%20u64%3E">Rem<&'a u64></a><a href="#impl-Rem%3C%26%27a%20u8%3E">Rem<&'a u8></a><a href="#impl-Rem%3C%26%27a%20usize%3E">Rem<&'a usize></a><a href="#impl-Rem%3C%26%27b%20BigInt%3E">Rem<&'b BigInt></a><a href="#impl-Rem%3C%26%27b%20i16%3E">Rem<&'b i16></a><a href="#impl-Rem%3C%26%27b%20i32%3E">Rem<&'b i32></a><a href="#impl-Rem%3C%26%27b%20i64%3E">Rem<&'b i64></a><a href="#impl-Rem%3C%26%27b%20i8%3E">Rem<&'b i8></a><a href="#impl-Rem%3C%26%27b%20isize%3E">Rem<&'b isize></a><a href="#impl-Rem%3C%26%27b%20u16%3E">Rem<&'b u16></a><a href="#impl-Rem%3C%26%27b%20u32%3E">Rem<&'b u32></a><a href="#impl-Rem%3C%26%27b%20u64%3E">Rem<&'b u64></a><a href="#impl-Rem%3C%26%27b%20u8%3E">Rem<&'b u8></a><a href="#impl-Rem%3C%26%27b%20usize%3E">Rem<&'b usize></a><a href="#impl-Rem%3CBigInt%3E">Rem<BigInt></a><a href="#impl-Rem%3Ci16%3E">Rem<i16></a><a href="#impl-Rem%3Ci32%3E">Rem<i32></a><a href="#impl-Rem%3Ci64%3E">Rem<i64></a><a href="#impl-Rem%3Ci8%3E">Rem<i8></a><a href="#impl-Rem%3Cisize%3E">Rem<isize></a><a href="#impl-Rem%3Cu16%3E">Rem<u16></a><a href="#impl-Rem%3Cu32%3E">Rem<u32></a><a href="#impl-Rem%3Cu64%3E">Rem<u64></a><a href="#impl-Rem%3Cu8%3E">Rem<u8></a><a href="#impl-Rem%3Cusize%3E">Rem<usize></a><a href="#impl-Shl%3Cusize%3E">Shl<usize></a><a href="#impl-Shr%3Cusize%3E">Shr<usize></a><a href="#impl-Signed">Signed</a><a href="#impl-Sub%3C%26%27a%20BigInt%3E">Sub<&'a BigInt></a><a href="#impl-Sub%3C%26%27a%20i16%3E">Sub<&'a i16></a><a href="#impl-Sub%3C%26%27a%20i32%3E">Sub<&'a i32></a><a href="#impl-Sub%3C%26%27a%20i64%3E">Sub<&'a i64></a><a href="#impl-Sub%3C%26%27a%20i8%3E">Sub<&'a i8></a><a href="#impl-Sub%3C%26%27a%20isize%3E">Sub<&'a isize></a><a href="#impl-Sub%3C%26%27a%20u16%3E">Sub<&'a u16></a><a href="#impl-Sub%3C%26%27a%20u32%3E">Sub<&'a u32></a><a href="#impl-Sub%3C%26%27a%20u64%3E">Sub<&'a u64></a><a href="#impl-Sub%3C%26%27a%20u8%3E">Sub<&'a u8></a><a href="#impl-Sub%3C%26%27a%20usize%3E">Sub<&'a usize></a><a href="#impl-Sub%3C%26%27b%20BigInt%3E">Sub<&'b BigInt></a><a href="#impl-Sub%3C%26%27b%20i16%3E">Sub<&'b i16></a><a href="#impl-Sub%3C%26%27b%20i32%3E">Sub<&'b i32></a><a href="#impl-Sub%3C%26%27b%20i64%3E">Sub<&'b i64></a><a href="#impl-Sub%3C%26%27b%20i8%3E">Sub<&'b i8></a><a href="#impl-Sub%3C%26%27b%20isize%3E">Sub<&'b isize></a><a href="#impl-Sub%3C%26%27b%20u16%3E">Sub<&'b u16></a><a href="#impl-Sub%3C%26%27b%20u32%3E">Sub<&'b u32></a><a href="#impl-Sub%3C%26%27b%20u64%3E">Sub<&'b u64></a><a href="#impl-Sub%3C%26%27b%20u8%3E">Sub<&'b u8></a><a href="#impl-Sub%3C%26%27b%20usize%3E">Sub<&'b usize></a><a href="#impl-Sub%3CBigInt%3E">Sub<BigInt></a><a href="#impl-Sub%3Ci16%3E">Sub<i16></a><a href="#impl-Sub%3Ci32%3E">Sub<i32></a><a href="#impl-Sub%3Ci64%3E">Sub<i64></a><a href="#impl-Sub%3Ci8%3E">Sub<i8></a><a href="#impl-Sub%3Cisize%3E">Sub<isize></a><a href="#impl-Sub%3Cu16%3E">Sub<u16></a><a href="#impl-Sub%3Cu32%3E">Sub<u32></a><a href="#impl-Sub%3Cu64%3E">Sub<u64></a><a href="#impl-Sub%3Cu8%3E">Sub<u8></a><a href="#impl-Sub%3Cusize%3E">Sub<usize></a><a href="#impl-ToBigInt">ToBigInt</a><a href="#impl-ToBigUint">ToBigUint</a><a href="#impl-ToPrimitive">ToPrimitive</a><a href="#impl-UpperHex">UpperHex</a><a href="#impl-Zero">Zero</a></div><a class="sidebar-title" href="#synthetic-implementations">Auto Trait Implementations</a><div class="sidebar-links"><a href="#impl-RefUnwindSafe">RefUnwindSafe</a><a href="#impl-Send">Send</a><a href="#impl-Sync">Sync</a><a href="#impl-Unpin">Unpin</a><a href="#impl-UnwindSafe">UnwindSafe</a></div><a class="sidebar-title" href="#blanket-implementations">Blanket Implementations</a><div class="sidebar-links"><a href="#impl-Any">Any</a><a href="#impl-Borrow%3CT%3E">Borrow<T></a><a href="#impl-BorrowMut%3CT%3E">BorrowMut<T></a><a href="#impl-From%3CT%3E">From<T></a><a href="#impl-Into%3CU%3E">Into<U></a><a href="#impl-NumOps%3CRhs%2C%20Output%3E">NumOps<Rhs, Output></a><a href="#impl-NumRef">NumRef</a><a href="#impl-RefNum%3CBase%3E">RefNum<Base></a><a href="#impl-ToOwned">ToOwned</a><a href="#impl-ToString">ToString</a><a href="#impl-TryFrom%3CU%3E">TryFrom<U></a><a href="#impl-TryInto%3CU%3E">TryInto<U></a></div></div><p class='location'><a href='../index.html'>num</a>::<wbr><a href='index.html'>bigint</a></p><script>window.sidebarCurrent = {name: 'BigInt', ty: 'struct', 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"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><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/bigint.rs.html#108-111' title='goto source code'>[src]</a></span><span class='in-band'>Struct <a href='../index.html'>num</a>::<wbr><a href='index.html'>bigint</a>::<wbr><a class="struct" href=''>BigInt</a></span></h1><div class="docblock type-decl hidden-by-usual-hider"><pre class='rust struct'>pub struct BigInt { /* fields omitted */ }</pre></div><div class='docblock'><p>A big signed integer type.</p>
|
|
|
</div><h2 id='methods' class='small-section-header'>Methods<a href='#methods' class='anchor'></a></h2><h3 id='impl' class='impl'><code class='in-band'>impl <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1367-1765' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.new' class="method"><code id='new.v'>pub fn <a href='#method.new' class='fnname'>new</a>(sign: <a class="enum" href="../../num/bigint/enum.Sign.html" title="enum num::bigint::Sign">Sign</a>, digits: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1372-1374' title='goto source code'>[src]</a></h4><div class='docblock'><p>Creates and initializes a BigInt.</p>
|
|
|
<p>The digits are in little-endian base 2<sup>32</sup>.</p>
|
|
|
</div><h4 id='method.from_biguint' class="method"><code id='from_biguint.v'>pub fn <a href='#method.from_biguint' class='fnname'>from_biguint</a>(sign: <a class="enum" href="../../num/bigint/enum.Sign.html" title="enum num::bigint::Sign">Sign</a>, data: <a class="struct" href="../../num/bigint/struct.BigUint.html" title="struct num::bigint::BigUint">BigUint</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1380-1391' title='goto source code'>[src]</a></h4><div class='docblock'><p>Creates and initializes a <code>BigInt</code>.</p>
|
|
|
<p>The digits are in little-endian base 2<sup>32</sup>.</p>
|
|
|
</div><h4 id='method.from_slice' class="method"><code id='from_slice.v'>pub fn <a href='#method.from_slice' class='fnname'>from_slice</a>(sign: <a class="enum" href="../../num/bigint/enum.Sign.html" title="enum num::bigint::Sign">Sign</a>, slice: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1395-1397' title='goto source code'>[src]</a></h4><div class='docblock'><p>Creates and initializes a <code>BigInt</code>.</p>
|
|
|
</div><h4 id='method.assign_from_slice' class="method"><code id='assign_from_slice.v'>pub fn <a href='#method.assign_from_slice' class='fnname'>assign_from_slice</a>(&mut self, sign: <a class="enum" href="../../num/bigint/enum.Sign.html" title="enum num::bigint::Sign">Sign</a>, slice: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>)</code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1401-1412' title='goto source code'>[src]</a></h4><div class='docblock'><p>Reinitializes a <code>BigInt</code>.</p>
|
|
|
</div><h4 id='method.from_bytes_be' class="method"><code id='from_bytes_be.v'>pub fn <a href='#method.from_bytes_be' class='fnname'>from_bytes_be</a>(sign: <a class="enum" href="../../num/bigint/enum.Sign.html" title="enum num::bigint::Sign">Sign</a>, bytes: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1433-1435' title='goto source code'>[src]</a></h4><div class='docblock'><p>Creates and initializes a <code>BigInt</code>.</p>
|
|
|
<p>The bytes are in big-endian byte order.</p>
|
|
|
<h1 id="examples" class="section-header"><a href="#examples">Examples</a></h1>
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered">
|
|
|
<span class="kw">use</span> <span class="ident">num_bigint</span>::{<span class="ident">BigInt</span>, <span class="ident">Sign</span>};
|
|
|
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">BigInt</span>::<span class="ident">from_bytes_be</span>(<span class="ident">Sign</span>::<span class="ident">Plus</span>, <span class="string">b"A"</span>),
|
|
|
<span class="ident">BigInt</span>::<span class="ident">parse_bytes</span>(<span class="string">b"65"</span>, <span class="number">10</span>).<span class="ident">unwrap</span>());
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">BigInt</span>::<span class="ident">from_bytes_be</span>(<span class="ident">Sign</span>::<span class="ident">Plus</span>, <span class="string">b"AA"</span>),
|
|
|
<span class="ident">BigInt</span>::<span class="ident">parse_bytes</span>(<span class="string">b"16705"</span>, <span class="number">10</span>).<span class="ident">unwrap</span>());
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">BigInt</span>::<span class="ident">from_bytes_be</span>(<span class="ident">Sign</span>::<span class="ident">Plus</span>, <span class="string">b"AB"</span>),
|
|
|
<span class="ident">BigInt</span>::<span class="ident">parse_bytes</span>(<span class="string">b"16706"</span>, <span class="number">10</span>).<span class="ident">unwrap</span>());
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">BigInt</span>::<span class="ident">from_bytes_be</span>(<span class="ident">Sign</span>::<span class="ident">Plus</span>, <span class="string">b"Hello world!"</span>),
|
|
|
<span class="ident">BigInt</span>::<span class="ident">parse_bytes</span>(<span class="string">b"22405534230753963835153736737"</span>, <span class="number">10</span>).<span class="ident">unwrap</span>());</pre></div>
|
|
|
</div><h4 id='method.from_bytes_le' class="method"><code id='from_bytes_le.v'>pub fn <a href='#method.from_bytes_le' class='fnname'>from_bytes_le</a>(sign: <a class="enum" href="../../num/bigint/enum.Sign.html" title="enum num::bigint::Sign">Sign</a>, bytes: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1441-1443' title='goto source code'>[src]</a></h4><div class='docblock'><p>Creates and initializes a <code>BigInt</code>.</p>
|
|
|
<p>The bytes are in little-endian byte order.</p>
|
|
|
</div><h4 id='method.from_signed_bytes_be' class="method"><code id='from_signed_bytes_be.v'>pub fn <a href='#method.from_signed_bytes_be' class='fnname'>from_signed_bytes_be</a>(digits: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1450-1465' title='goto source code'>[src]</a></h4><div class='docblock'><p>Creates and initializes a <code>BigInt</code> from an array of bytes in
|
|
|
two's complement binary representation.</p>
|
|
|
<p>The digits are in big-endian base 2<sup>8</sup>.</p>
|
|
|
</div><h4 id='method.from_signed_bytes_le' class="method"><code id='from_signed_bytes_le.v'>pub fn <a href='#method.from_signed_bytes_le' class='fnname'>from_signed_bytes_le</a>(digits: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1471-1486' title='goto source code'>[src]</a></h4><div class='docblock'><p>Creates and initializes a <code>BigInt</code> from an array of bytes in two's complement.</p>
|
|
|
<p>The digits are in little-endian base 2<sup>8</sup>.</p>
|
|
|
</div><h4 id='method.parse_bytes' class="method"><code id='parse_bytes.v'>pub fn <a href='#method.parse_bytes' class='fnname'>parse_bytes</a>(buf: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>, radix: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1500-1502' title='goto source code'>[src]</a></h4><div class='docblock'><p>Creates and initializes a <code>BigInt</code>.</p>
|
|
|
<h1 id="examples-1" class="section-header"><a href="#examples-1">Examples</a></h1>
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered">
|
|
|
<span class="kw">use</span> <span class="ident">num_bigint</span>::{<span class="ident">BigInt</span>, <span class="ident">ToBigInt</span>};
|
|
|
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">BigInt</span>::<span class="ident">parse_bytes</span>(<span class="string">b"1234"</span>, <span class="number">10</span>), <span class="ident">ToBigInt</span>::<span class="ident">to_bigint</span>(<span class="kw-2">&</span><span class="number">1234</span>));
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">BigInt</span>::<span class="ident">parse_bytes</span>(<span class="string">b"ABCD"</span>, <span class="number">16</span>), <span class="ident">ToBigInt</span>::<span class="ident">to_bigint</span>(<span class="kw-2">&</span><span class="number">0xABCD</span>));
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">BigInt</span>::<span class="ident">parse_bytes</span>(<span class="string">b"G"</span>, <span class="number">16</span>), <span class="prelude-val">None</span>);</pre></div>
|
|
|
</div><h4 id='method.from_radix_be' class="method"><code id='from_radix_be.v'>pub fn <a href='#method.from_radix_be' class='fnname'>from_radix_be</a>(sign: <a class="enum" href="../../num/bigint/enum.Sign.html" title="enum num::bigint::Sign">Sign</a>, buf: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>, radix: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1520-1522' title='goto source code'>[src]</a></h4><div class='docblock'><p>Creates and initializes a <code>BigInt</code>. Each u8 of the input slice is
|
|
|
interpreted as one digit of the number
|
|
|
and must therefore be less than <code>radix</code>.</p>
|
|
|
<p>The bytes are in big-endian byte order.
|
|
|
<code>radix</code> must be in the range <code>2...256</code>.</p>
|
|
|
<h1 id="examples-2" class="section-header"><a href="#examples-2">Examples</a></h1>
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered">
|
|
|
<span class="kw">use</span> <span class="ident">num_bigint</span>::{<span class="ident">BigInt</span>, <span class="ident">Sign</span>};
|
|
|
|
|
|
<span class="kw">let</span> <span class="ident">inbase190</span> <span class="op">=</span> <span class="macro">vec</span><span class="macro">!</span>[<span class="number">15</span>, <span class="number">33</span>, <span class="number">125</span>, <span class="number">12</span>, <span class="number">14</span>];
|
|
|
<span class="kw">let</span> <span class="ident">a</span> <span class="op">=</span> <span class="ident">BigInt</span>::<span class="ident">from_radix_be</span>(<span class="ident">Sign</span>::<span class="ident">Minus</span>, <span class="kw-2">&</span><span class="ident">inbase190</span>, <span class="number">190</span>).<span class="ident">unwrap</span>();
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">a</span>.<span class="ident">to_radix_be</span>(<span class="number">190</span>), (<span class="ident">Sign</span>:: <span class="ident">Minus</span>, <span class="ident">inbase190</span>));</pre></div>
|
|
|
</div><h4 id='method.from_radix_le' class="method"><code id='from_radix_le.v'>pub fn <a href='#method.from_radix_le' class='fnname'>from_radix_le</a>(sign: <a class="enum" href="../../num/bigint/enum.Sign.html" title="enum num::bigint::Sign">Sign</a>, buf: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>, radix: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1540-1542' title='goto source code'>[src]</a></h4><div class='docblock'><p>Creates and initializes a <code>BigInt</code>. Each u8 of the input slice is
|
|
|
interpreted as one digit of the number
|
|
|
and must therefore be less than <code>radix</code>.</p>
|
|
|
<p>The bytes are in little-endian byte order.
|
|
|
<code>radix</code> must be in the range <code>2...256</code>.</p>
|
|
|
<h1 id="examples-3" class="section-header"><a href="#examples-3">Examples</a></h1>
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered">
|
|
|
<span class="kw">use</span> <span class="ident">num_bigint</span>::{<span class="ident">BigInt</span>, <span class="ident">Sign</span>};
|
|
|
|
|
|
<span class="kw">let</span> <span class="ident">inbase190</span> <span class="op">=</span> <span class="macro">vec</span><span class="macro">!</span>[<span class="number">14</span>, <span class="number">12</span>, <span class="number">125</span>, <span class="number">33</span>, <span class="number">15</span>];
|
|
|
<span class="kw">let</span> <span class="ident">a</span> <span class="op">=</span> <span class="ident">BigInt</span>::<span class="ident">from_radix_be</span>(<span class="ident">Sign</span>::<span class="ident">Minus</span>, <span class="kw-2">&</span><span class="ident">inbase190</span>, <span class="number">190</span>).<span class="ident">unwrap</span>();
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">a</span>.<span class="ident">to_radix_be</span>(<span class="number">190</span>), (<span class="ident">Sign</span>::<span class="ident">Minus</span>, <span class="ident">inbase190</span>));</pre></div>
|
|
|
</div><h4 id='method.to_bytes_be' class="method"><code id='to_bytes_be.v'>pub fn <a href='#method.to_bytes_be' class='fnname'>to_bytes_be</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="enum" href="../../num/bigint/enum.Sign.html" title="enum num::bigint::Sign">Sign</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1555-1557' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns the sign and the byte representation of the <code>BigInt</code> in big-endian byte order.</p>
|
|
|
<h1 id="examples-4" class="section-header"><a href="#examples-4">Examples</a></h1>
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered">
|
|
|
<span class="kw">use</span> <span class="ident">num_bigint</span>::{<span class="ident">ToBigInt</span>, <span class="ident">Sign</span>};
|
|
|
|
|
|
<span class="kw">let</span> <span class="ident">i</span> <span class="op">=</span> <span class="op">-</span><span class="number">1125</span>.<span class="ident">to_bigint</span>().<span class="ident">unwrap</span>();
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">i</span>.<span class="ident">to_bytes_be</span>(), (<span class="ident">Sign</span>::<span class="ident">Minus</span>, <span class="macro">vec</span><span class="macro">!</span>[<span class="number">4</span>, <span class="number">101</span>]));</pre></div>
|
|
|
</div><h4 id='method.to_bytes_le' class="method"><code id='to_bytes_le.v'>pub fn <a href='#method.to_bytes_le' class='fnname'>to_bytes_le</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="enum" href="../../num/bigint/enum.Sign.html" title="enum num::bigint::Sign">Sign</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1570-1572' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns the sign and the byte representation of the <code>BigInt</code> in little-endian byte order.</p>
|
|
|
<h1 id="examples-5" class="section-header"><a href="#examples-5">Examples</a></h1>
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered">
|
|
|
<span class="kw">use</span> <span class="ident">num_bigint</span>::{<span class="ident">ToBigInt</span>, <span class="ident">Sign</span>};
|
|
|
|
|
|
<span class="kw">let</span> <span class="ident">i</span> <span class="op">=</span> <span class="op">-</span><span class="number">1125</span>.<span class="ident">to_bigint</span>().<span class="ident">unwrap</span>();
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">i</span>.<span class="ident">to_bytes_le</span>(), (<span class="ident">Sign</span>::<span class="ident">Minus</span>, <span class="macro">vec</span><span class="macro">!</span>[<span class="number">101</span>, <span class="number">4</span>]));</pre></div>
|
|
|
</div><h4 id='method.to_signed_bytes_be' class="method"><code id='to_signed_bytes_be.v'>pub fn <a href='#method.to_signed_bytes_be' class='fnname'>to_signed_bytes_be</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1585-1596' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns the two's complement byte representation of the <code>BigInt</code> in big-endian byte order.</p>
|
|
|
<h1 id="examples-6" class="section-header"><a href="#examples-6">Examples</a></h1>
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered">
|
|
|
<span class="kw">use</span> <span class="ident">num_bigint</span>::<span class="ident">ToBigInt</span>;
|
|
|
|
|
|
<span class="kw">let</span> <span class="ident">i</span> <span class="op">=</span> <span class="op">-</span><span class="number">1125</span>.<span class="ident">to_bigint</span>().<span class="ident">unwrap</span>();
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">i</span>.<span class="ident">to_signed_bytes_be</span>(), <span class="macro">vec</span><span class="macro">!</span>[<span class="number">251</span>, <span class="number">155</span>]);</pre></div>
|
|
|
</div><h4 id='method.to_signed_bytes_le' class="method"><code id='to_signed_bytes_le.v'>pub fn <a href='#method.to_signed_bytes_le' class='fnname'>to_signed_bytes_le</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1609-1620' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns the two's complement byte representation of the <code>BigInt</code> in little-endian byte order.</p>
|
|
|
<h1 id="examples-7" class="section-header"><a href="#examples-7">Examples</a></h1>
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered">
|
|
|
<span class="kw">use</span> <span class="ident">num_bigint</span>::<span class="ident">ToBigInt</span>;
|
|
|
|
|
|
<span class="kw">let</span> <span class="ident">i</span> <span class="op">=</span> <span class="op">-</span><span class="number">1125</span>.<span class="ident">to_bigint</span>().<span class="ident">unwrap</span>();
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">i</span>.<span class="ident">to_signed_bytes_le</span>(), <span class="macro">vec</span><span class="macro">!</span>[<span class="number">155</span>, <span class="number">251</span>]);</pre></div>
|
|
|
</div><h4 id='method.to_str_radix' class="method"><code id='to_str_radix.v'>pub fn <a href='#method.to_str_radix' class='fnname'>to_str_radix</a>(&self, radix: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1634-1643' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns the integer formatted as a string in the given radix.
|
|
|
<code>radix</code> must be in the range <code>2...36</code>.</p>
|
|
|
<h1 id="examples-8" class="section-header"><a href="#examples-8">Examples</a></h1>
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered">
|
|
|
<span class="kw">use</span> <span class="ident">num_bigint</span>::<span class="ident">BigInt</span>;
|
|
|
|
|
|
<span class="kw">let</span> <span class="ident">i</span> <span class="op">=</span> <span class="ident">BigInt</span>::<span class="ident">parse_bytes</span>(<span class="string">b"ff"</span>, <span class="number">16</span>).<span class="ident">unwrap</span>();
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">i</span>.<span class="ident">to_str_radix</span>(<span class="number">16</span>), <span class="string">"ff"</span>);</pre></div>
|
|
|
</div><h4 id='method.to_radix_be' class="method"><code id='to_radix_be.v'>pub fn <a href='#method.to_radix_be' class='fnname'>to_radix_be</a>(&self, radix: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="enum" href="../../num/bigint/enum.Sign.html" title="enum num::bigint::Sign">Sign</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1660-1662' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns the integer in the requested base in big-endian digit order.
|
|
|
The output is not given in a human readable alphabet but as a zero
|
|
|
based u8 number.
|
|
|
<code>radix</code> must be in the range <code>2...256</code>.</p>
|
|
|
<h1 id="examples-9" class="section-header"><a href="#examples-9">Examples</a></h1>
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered">
|
|
|
<span class="kw">use</span> <span class="ident">num_bigint</span>::{<span class="ident">BigInt</span>, <span class="ident">Sign</span>};
|
|
|
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">BigInt</span>::<span class="ident">from</span>(<span class="op">-</span><span class="number">0xFFFFi64</span>).<span class="ident">to_radix_be</span>(<span class="number">159</span>),
|
|
|
(<span class="ident">Sign</span>::<span class="ident">Minus</span>, <span class="macro">vec</span><span class="macro">!</span>[<span class="number">2</span>, <span class="number">94</span>, <span class="number">27</span>]));
|
|
|
<span class="comment">// 0xFFFF = 65535 = 2*(159^2) + 94*159 + 27</span></pre></div>
|
|
|
</div><h4 id='method.to_radix_le' class="method"><code id='to_radix_le.v'>pub fn <a href='#method.to_radix_le' class='fnname'>to_radix_le</a>(&self, radix: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="enum" href="../../num/bigint/enum.Sign.html" title="enum num::bigint::Sign">Sign</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1679-1681' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns the integer in the requested base in little-endian digit order.
|
|
|
The output is not given in a human readable alphabet but as a zero
|
|
|
based u8 number.
|
|
|
<code>radix</code> must be in the range <code>2...256</code>.</p>
|
|
|
<h1 id="examples-10" class="section-header"><a href="#examples-10">Examples</a></h1>
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered">
|
|
|
<span class="kw">use</span> <span class="ident">num_bigint</span>::{<span class="ident">BigInt</span>, <span class="ident">Sign</span>};
|
|
|
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">BigInt</span>::<span class="ident">from</span>(<span class="op">-</span><span class="number">0xFFFFi64</span>).<span class="ident">to_radix_le</span>(<span class="number">159</span>),
|
|
|
(<span class="ident">Sign</span>::<span class="ident">Minus</span>, <span class="macro">vec</span><span class="macro">!</span>[<span class="number">27</span>, <span class="number">94</span>, <span class="number">2</span>]));
|
|
|
<span class="comment">// 0xFFFF = 65535 = 27 + 94*159 + 2*(159^2)</span></pre></div>
|
|
|
</div><h4 id='method.sign' class="method"><code id='sign.v'>pub fn <a href='#method.sign' class='fnname'>sign</a>(&self) -> <a class="enum" href="../../num/bigint/enum.Sign.html" title="enum num::bigint::Sign">Sign</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1695-1697' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns the sign of the <code>BigInt</code> as a <code>Sign</code>.</p>
|
|
|
<h1 id="examples-11" class="section-header"><a href="#examples-11">Examples</a></h1>
|
|
|
<div class="example-wrap"><pre class="rust rust-example-rendered">
|
|
|
<span class="kw">use</span> <span class="ident">num_bigint</span>::{<span class="ident">ToBigInt</span>, <span class="ident">Sign</span>};
|
|
|
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">ToBigInt</span>::<span class="ident">to_bigint</span>(<span class="kw-2">&</span><span class="number">1234</span>).<span class="ident">unwrap</span>().<span class="ident">sign</span>(), <span class="ident">Sign</span>::<span class="ident">Plus</span>);
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">ToBigInt</span>::<span class="ident">to_bigint</span>(<span class="kw-2">&</span><span class="op">-</span><span class="number">4321</span>).<span class="ident">unwrap</span>().<span class="ident">sign</span>(), <span class="ident">Sign</span>::<span class="ident">Minus</span>);
|
|
|
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="ident">ToBigInt</span>::<span class="ident">to_bigint</span>(<span class="kw-2">&</span><span class="number">0</span>).<span class="ident">unwrap</span>().<span class="ident">sign</span>(), <span class="ident">Sign</span>::<span class="ident">NoSign</span>);</pre></div>
|
|
|
</div><h4 id='method.bits' class="method"><code id='bits.v'>pub fn <a href='#method.bits' class='fnname'>bits</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1702-1704' title='goto source code'>[src]</a></h4><div class='docblock'><p>Determines the fewest bits necessary to express the <code>BigInt</code>,
|
|
|
not including the sign.</p>
|
|
|
</div><h4 id='method.to_biguint' class="method"><code id='to_biguint.v'>pub fn <a href='#method.to_biguint' class='fnname'>to_biguint</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../num/bigint/struct.BigUint.html" title="struct num::bigint::BigUint">BigUint</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1708-1714' title='goto source code'>[src]</a></h4><div class='docblock'><p>Converts this <code>BigInt</code> into a <code>BigUint</code>, if it's not negative.</p>
|
|
|
</div><h4 id='method.checked_add' class="method"><code id='checked_add.v'>pub fn <a href='#method.checked_add' class='fnname'>checked_add</a>(&self, v: &<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1717-1719' title='goto source code'>[src]</a></h4><h4 id='method.checked_sub' class="method"><code id='checked_sub.v'>pub fn <a href='#method.checked_sub' class='fnname'>checked_sub</a>(&self, v: &<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1722-1724' title='goto source code'>[src]</a></h4><h4 id='method.checked_mul' class="method"><code id='checked_mul.v'>pub fn <a href='#method.checked_mul' class='fnname'>checked_mul</a>(&self, v: &<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1727-1729' title='goto source code'>[src]</a></h4><h4 id='method.checked_div' class="method"><code id='checked_div.v'>pub fn <a href='#method.checked_div' class='fnname'>checked_div</a>(&self, v: &<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1732-1737' title='goto source code'>[src]</a></h4><h4 id='method.modpow' class="method"><code id='modpow.v'>pub fn <a href='#method.modpow' class='fnname'>modpow</a>(&self, exponent: &<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>, modulus: &<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><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1747-1764' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns <code>(self ^ exponent) mod modulus</code></p>
|
|
|
<p>Note that this rounds like <code>mod_floor</code>, not like the <code>%</code> operator,
|
|
|
which makes a difference when given a negative <code>self</code> or <code>modulus</code>.
|
|
|
The result will be in the interval <code>[0, modulus)</code> for <code>modulus > 0</code>,
|
|
|
or in the interval <code>(modulus, 0]</code> for <code>modulus < 0</code></p>
|
|
|
<p>Panics if the exponent is negative or the modulus is zero.</p>
|
|
|
</div></div><h2 id='implementations' class='small-section-header'>Trait Implementations<a href='#implementations' class='anchor'></a></h2><div id='implementations-list'><h3 id='impl-Signed' class='impl'><code class='in-band'>impl <a class="trait" href="../../num/traits/sign/trait.Signed.html" title="trait num::traits::sign::Signed">Signed</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Signed' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#268-304' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.abs' class="method hidden"><code id='abs.v'>fn <a href='../../num/traits/sign/trait.Signed.html#tymethod.abs' class='fnname'>abs</a>(&self) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#270-275' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Computes the absolute value. <a href="../../num/traits/sign/trait.Signed.html#tymethod.abs">Read more</a></p>
|
|
|
</div><h4 id='method.abs_sub' class="method hidden"><code id='abs_sub.v'>fn <a href='../../num/traits/sign/trait.Signed.html#tymethod.abs_sub' class='fnname'>abs_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><a class='srclink' href='../../src/num_bigint/bigint.rs.html#278-284' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>The positive difference of two numbers. <a href="../../num/traits/sign/trait.Signed.html#tymethod.abs_sub">Read more</a></p>
|
|
|
</div><h4 id='method.signum' class="method hidden"><code id='signum.v'>fn <a href='../../num/traits/sign/trait.Signed.html#tymethod.signum' class='fnname'>signum</a>(&self) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#287-293' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the sign of the number. <a href="../../num/traits/sign/trait.Signed.html#tymethod.signum">Read more</a></p>
|
|
|
</div><h4 id='method.is_positive' class="method hidden"><code id='is_positive.v'>fn <a href='../../num/traits/sign/trait.Signed.html#tymethod.is_positive' class='fnname'>is_positive</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#296-298' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns true if the number is positive and false if the number is zero or negative.</p>
|
|
|
</div><h4 id='method.is_negative' class="method hidden"><code id='is_negative.v'>fn <a href='../../num/traits/sign/trait.Signed.html#tymethod.is_negative' class='fnname'>is_negative</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#301-303' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns true if the number is negative and false if the number is zero or positive.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27a%20usize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</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%20usize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output' class="type"><code id='Output.t'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul' class="method hidden"><code id='mul.v'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27b%20usize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</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%20usize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-1' class="type"><code id='Output.t-1'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-1' class="method hidden"><code id='mul.v-1'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27a%20isize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</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%20isize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-2' class="type"><code id='Output.t-2'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-2' class="method hidden"><code id='mul.v-2'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Ci16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Ci16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-3' class="type"><code id='Output.t-3'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-3' class="method hidden"><code id='mul.v-3'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Cu32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Cu32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#649-656' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-4' class="type"><code id='Output.t-4'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-4' class="method hidden"><code id='mul.v-4'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#653-655' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27a%20i8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</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%20i8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-5' class="type"><code id='Output.t-5'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-5' class="method hidden"><code id='mul.v-5'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27b%20BigInt%3E' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</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%20BigInt%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#636-643' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-6' class="type"><code id='Output.t-6'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-6' class="method hidden"><code id='mul.v-6'>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><a class='srclink' href='../../src/num_bigint/bigint.rs.html#640-642' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Cu16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Cu16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-7' class="type"><code id='Output.t-7'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-7' class="method hidden"><code id='mul.v-7'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Cu64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Cu64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#658-665' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-8' class="type"><code id='Output.t-8'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-8' class="method hidden"><code id='mul.v-8'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#662-664' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27b%20i16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</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%20i16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-9' class="type"><code id='Output.t-9'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-9' class="method hidden"><code id='mul.v-9'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Ci16%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Ci16%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-10' class="type"><code id='Output.t-10'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-10' class="method hidden"><code id='mul.v-10'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Ci32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Ci32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#670-681' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-11' class="type"><code id='Output.t-11'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-11' class="method hidden"><code id='mul.v-11'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#674-680' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27a%20BigInt%3E' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3C%26%27a%20BigInt%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#66-74' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-12' class="type"><code id='Output.t-12'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-12' class="method hidden"><code id='mul.v-12'>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><a class='srclink' href='../../src/num_bigint/macros.rs.html#70-73' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Cu32%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Cu32%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-13' class="type"><code id='Output.t-13'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-13' class="method hidden"><code id='mul.v-13'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Ci64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Ci64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#683-694' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-14' class="type"><code id='Output.t-14'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-14' class="method hidden"><code id='mul.v-14'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#687-693' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Ci8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Ci8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-15' class="type"><code id='Output.t-15'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-15' class="method hidden"><code id='mul.v-15'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Ci64%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Ci64%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-16' class="type"><code id='Output.t-16'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-16' class="method hidden"><code id='mul.v-16'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Cisize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Cisize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-17' class="type"><code id='Output.t-17'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-17' class="method hidden"><code id='mul.v-17'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27b%20u8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</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%20u8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-18' class="type"><code id='Output.t-18'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-18' class="method hidden"><code id='mul.v-18'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27b%20i8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</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%20i8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-19' class="type"><code id='Output.t-19'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-19' class="method hidden"><code id='mul.v-19'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27a%20u64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</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%20u64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-20' class="type"><code id='Output.t-20'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-20' class="method hidden"><code id='mul.v-20'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27b%20u32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</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%20u32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-21' class="type"><code id='Output.t-21'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-21' class="method hidden"><code id='mul.v-21'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Ci32%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Ci32%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-22' class="type"><code id='Output.t-22'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-22' class="method hidden"><code id='mul.v-22'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27a%20i16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</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%20i16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-23' class="type"><code id='Output.t-23'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-23' class="method hidden"><code id='mul.v-23'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3CBigInt%3E' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3CBigInt%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#38-46' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-24' class="type"><code id='Output.t-24'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-24' class="method hidden"><code id='mul.v-24'>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><a class='srclink' href='../../src/num_bigint/macros.rs.html#42-45' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27a%20u16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</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%20u16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-25' class="type"><code id='Output.t-25'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-25' class="method hidden"><code id='mul.v-25'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27a%20u8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</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%20u8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-26' class="type"><code id='Output.t-26'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-26' class="method hidden"><code id='mul.v-26'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27a%20i64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</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%20i64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-27' class="type"><code id='Output.t-27'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-27' class="method hidden"><code id='mul.v-27'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27b%20i64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</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%20i64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-28' class="type"><code id='Output.t-28'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-28' class="method hidden"><code id='mul.v-28'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27a%20i32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</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%20i32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-29' class="type"><code id='Output.t-29'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-29' class="method hidden"><code id='mul.v-29'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27b%20isize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</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%20isize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-30' class="type"><code id='Output.t-30'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-30' class="method hidden"><code id='mul.v-30'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Cu16%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Cu16%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-31' class="type"><code id='Output.t-31'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-31' class="method hidden"><code id='mul.v-31'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Cusize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Cusize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-32' class="type"><code id='Output.t-32'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-32' class="method hidden"><code id='mul.v-32'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27b%20i32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</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%20i32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-33' class="type"><code id='Output.t-33'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-33' class="method hidden"><code id='mul.v-33'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27b%20u16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</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%20u16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-34' class="type"><code id='Output.t-34'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-34' class="method hidden"><code id='mul.v-34'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Cu8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Cu8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-35' class="type"><code id='Output.t-35'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-35' class="method hidden"><code id='mul.v-35'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Cu64%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Cu64%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-36' class="type"><code id='Output.t-36'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-36' class="method hidden"><code id='mul.v-36'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Cu8%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Cu8%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-37' class="type"><code id='Output.t-37'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-37' class="method hidden"><code id='mul.v-37'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Ci8%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Ci8%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-38' class="type"><code id='Output.t-38'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-38' class="method hidden"><code id='mul.v-38'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Cisize%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Cisize%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-39' class="type"><code id='Output.t-39'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-39' class="method hidden"><code id='mul.v-39'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27b%20u64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</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%20u64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-40' class="type"><code id='Output.t-40'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-40' class="method hidden"><code id='mul.v-40'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3Cusize%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3Cusize%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-41' class="type"><code id='Output.t-41'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-41' class="method hidden"><code id='mul.v-41'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3CBigInt%3E-1' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Mul%3CBigInt%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#6-14' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-42' class="type"><code id='Output.t-42'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-42' class="method hidden"><code id='mul.v-42'>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><a class='srclink' href='../../src/num_bigint/macros.rs.html#10-13' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Mul%3C%26%27a%20u32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</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%20u32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-43' class="type"><code id='Output.t-43'>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></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
|
|
|
</div><h4 id='method.mul-43' class="method hidden"><code id='mul.v-43'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27a%20u32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</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%20u32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-44' class="type"><code id='Output.t-44'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div' class="method hidden"><code id='div.v'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27b%20i32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</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%20i32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-45' class="type"><code id='Output.t-45'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-1' class="method hidden"><code id='div.v-1'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Ci8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Ci8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-46' class="type"><code id='Output.t-46'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-2' class="method hidden"><code id='div.v-2'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3CBigInt%3E' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3CBigInt%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#38-46' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-47' class="type"><code id='Output.t-47'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-3' class="method hidden"><code id='div.v-3'>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><a class='srclink' href='../../src/num_bigint/macros.rs.html#42-45' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Cu32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Cu32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#712-719' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-48' class="type"><code id='Output.t-48'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-4' class="method hidden"><code id='div.v-4'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#716-718' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27b%20i16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</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%20i16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-49' class="type"><code id='Output.t-49'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-5' class="method hidden"><code id='div.v-5'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27b%20i8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</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%20i8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-50' class="type"><code id='Output.t-50'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-6' class="method hidden"><code id='div.v-6'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27a%20i32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</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%20i32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-51' class="type"><code id='Output.t-51'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-7' class="method hidden"><code id='div.v-7'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Cu16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Cu16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-52' class="type"><code id='Output.t-52'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-8' class="method hidden"><code id='div.v-8'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27b%20i64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</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%20i64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-53' class="type"><code id='Output.t-53'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-9' class="method hidden"><code id='div.v-9'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27b%20u8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</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%20u8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-54' class="type"><code id='Output.t-54'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-10' class="method hidden"><code id='div.v-10'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27b%20BigInt%3E' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</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%20BigInt%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#698-706' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-55' class="type"><code id='Output.t-55'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-11' class="method hidden"><code id='div.v-11'>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><a class='srclink' href='../../src/num_bigint/bigint.rs.html#702-705' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Ci64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Ci64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-56' class="type"><code id='Output.t-56'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-12' class="method hidden"><code id='div.v-12'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3CBigInt%3E-1' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3CBigInt%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#6-14' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-57' class="type"><code id='Output.t-57'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-13' class="method hidden"><code id='div.v-13'>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><a class='srclink' href='../../src/num_bigint/macros.rs.html#10-13' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27a%20i8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</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%20i8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-58' class="type"><code id='Output.t-58'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-14' class="method hidden"><code id='div.v-14'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Cusize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Cusize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-59' class="type"><code id='Output.t-59'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-15' class="method hidden"><code id='div.v-15'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27a%20BigInt%3E' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3C%26%27a%20BigInt%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#66-74' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-60' class="type"><code id='Output.t-60'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-16' class="method hidden"><code id='div.v-16'>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><a class='srclink' href='../../src/num_bigint/macros.rs.html#70-73' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Ci8%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Ci8%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-61' class="type"><code id='Output.t-61'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-17' class="method hidden"><code id='div.v-17'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27b%20u16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</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%20u16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-62' class="type"><code id='Output.t-62'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-18' class="method hidden"><code id='div.v-18'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Cu64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Cu64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-63' class="type"><code id='Output.t-63'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-19' class="method hidden"><code id='div.v-19'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Ci32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Ci32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-64' class="type"><code id='Output.t-64'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-20' class="method hidden"><code id='div.v-20'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Ci16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Ci16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-65' class="type"><code id='Output.t-65'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-21' class="method hidden"><code id='div.v-21'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Ci32%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Ci32%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#751-762' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-66' class="type"><code id='Output.t-66'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-22' class="method hidden"><code id='div.v-22'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#755-761' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Cu64%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Cu64%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#730-737' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-67' class="type"><code id='Output.t-67'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-23' class="method hidden"><code id='div.v-23'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#734-736' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27a%20u8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</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%20u8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-68' class="type"><code id='Output.t-68'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-24' class="method hidden"><code id='div.v-24'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27a%20isize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</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%20isize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-69' class="type"><code id='Output.t-69'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-25' class="method hidden"><code id='div.v-25'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Cu32%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Cu32%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-70' class="type"><code id='Output.t-70'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-26' class="method hidden"><code id='div.v-26'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27b%20usize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</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%20usize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-71' class="type"><code id='Output.t-71'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-27' class="method hidden"><code id='div.v-27'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27a%20i64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</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%20i64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-72' class="type"><code id='Output.t-72'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-28' class="method hidden"><code id='div.v-28'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27a%20u64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</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%20u64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-73' class="type"><code id='Output.t-73'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-29' class="method hidden"><code id='div.v-29'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Ci64%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Ci64%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#777-788' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-74' class="type"><code id='Output.t-74'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-30' class="method hidden"><code id='div.v-30'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#781-787' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27b%20u64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</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%20u64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-75' class="type"><code id='Output.t-75'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-31' class="method hidden"><code id='div.v-31'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27b%20isize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</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%20isize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-76' class="type"><code id='Output.t-76'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-32' class="method hidden"><code id='div.v-32'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Cu8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Cu8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-77' class="type"><code id='Output.t-77'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-33' class="method hidden"><code id='div.v-33'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Cisize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Cisize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-78' class="type"><code id='Output.t-78'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-34' class="method hidden"><code id='div.v-34'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Cusize%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Cusize%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-79' class="type"><code id='Output.t-79'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-35' class="method hidden"><code id='div.v-35'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27a%20i16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</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%20i16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-80' class="type"><code id='Output.t-80'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-36' class="method hidden"><code id='div.v-36'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Cu16%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Cu16%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-81' class="type"><code id='Output.t-81'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-37' class="method hidden"><code id='div.v-37'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Cu8%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Cu8%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-82' class="type"><code id='Output.t-82'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-38' class="method hidden"><code id='div.v-38'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27a%20u16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</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%20u16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-83' class="type"><code id='Output.t-83'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-39' class="method hidden"><code id='div.v-39'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27b%20u32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</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%20u32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-84' class="type"><code id='Output.t-84'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-40' class="method hidden"><code id='div.v-40'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Cisize%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Cisize%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-85' class="type"><code id='Output.t-85'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-41' class="method hidden"><code id='div.v-41'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3C%26%27a%20usize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</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%20usize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-86' class="type"><code id='Output.t-86'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-42' class="method hidden"><code id='div.v-42'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Div%3Ci16%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Div%3Ci16%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-87' class="type"><code id='Output.t-87'>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></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
|
|
|
</div><h4 id='method.div-43' class="method hidden"><code id='div.v-43'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Eq' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Eq' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#120' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-Display' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Display' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#152-156' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt' class="method hidden"><code id='fmt.v'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html#tymethod.fmt' class='fnname'>fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Error.html" title="struct core::fmt::Error">Error</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#153-155' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html#tymethod.fmt">Read more</a></p>
|
|
|
</div></div><h3 id='impl-One' class='impl'><code class='in-band'>impl <a class="trait" href="../../num/traits/identities/trait.One.html" title="trait num::traits::identities::One">One</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-One' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#261-266' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.one' class="method hidden"><code id='one.v'>fn <a href='../../num/traits/identities/trait.One.html#tymethod.one' class='fnname'>one</a>() -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#263-265' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the multiplicative identity element of <code>Self</code>, <code>1</code>. <a href="../../num/traits/identities/trait.One.html#tymethod.one">Read more</a></p>
|
|
|
</div><h4 id='method.set_one' class="method hidden"><code id='set_one.v'>fn <a href='../../num/traits/identities/trait.One.html#method.set_one' class='fnname'>set_one</a>(&mut self)</code><a class='srclink' href='../../src/num_traits/identities.rs.html#103-105' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Sets <code>self</code> to the multiplicative identity element of <code>Self</code>, <code>1</code>.</p>
|
|
|
</div><h4 id='method.is_one' class="method hidden"><code id='is_one.v'>fn <a href='../../num/traits/identities/trait.One.html#method.is_one' class='fnname'>is_one</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br> Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><Self>, </span></code><a class='srclink' href='../../src/num_traits/identities.rs.html#113-118' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if <code>self</code> is equal to the multiplicative identity. <a href="../../num/traits/identities/trait.One.html#method.is_one">Read more</a></p>
|
|
|
</div></div><h3 id='impl-LowerHex' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.LowerHex.html" title="trait core::fmt::LowerHex">LowerHex</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-LowerHex' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#170-174' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt-1' class="method hidden"><code id='fmt.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.LowerHex.html#tymethod.fmt' class='fnname'>fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Error.html" title="struct core::fmt::Error">Error</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#171-173' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter.</p>
|
|
|
</div></div><h3 id='impl-CheckedSub' class='impl'><code class='in-band'>impl <a class="trait" href="../../num/traits/ops/checked/trait.CheckedSub.html" title="trait num::traits::ops::checked::CheckedSub">CheckedSub</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-CheckedSub' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#936-941' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.checked_sub-1' class="method hidden"><code id='checked_sub.v-1'>fn <a href='../../num/traits/ops/checked/trait.CheckedSub.html#tymethod.checked_sub' class='fnname'>checked_sub</a>(&self, v: &<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#938-940' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Subtracts two numbers, checking for underflow. If underflow happens, <code>None</code> is returned. <a href="../../num/traits/ops/checked/trait.CheckedSub.html#tymethod.checked_sub">Read more</a></p>
|
|
|
</div></div><h3 id='impl-UpperHex' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.UpperHex.html" title="trait core::fmt::UpperHex">UpperHex</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-UpperHex' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#176-182' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt-2' class="method hidden"><code id='fmt.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.UpperHex.html#tymethod.fmt' class='fnname'>fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Error.html" title="struct core::fmt::Error">Error</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#177-181' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter.</p>
|
|
|
</div></div><h3 id='impl-Shl%3Cusize%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/bit/trait.Shl.html" title="trait core::ops::bit::Shl">Shl</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Shl%3Cusize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#213-220' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-88' class="type"><code id='Output.t-88'>type <a href='https://doc.rust-lang.org/nightly/core/ops/bit/trait.Shl.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code></h4><div class='docblock'><p>The resulting type after applying the <code><<</code> operator.</p>
|
|
|
</div><h4 id='method.shl' class="method hidden"><code id='shl.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/bit/trait.Shl.html#tymethod.shl' class='fnname'>shl</a>(self, rhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#217-219' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code><<</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Shl%3Cusize%3E-1' class='impl'><code class='in-band'>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/bit/trait.Shl.html" title="trait core::ops::bit::Shl">Shl</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Shl%3Cusize%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#222-229' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-89' class="type"><code id='Output.t-89'>type <a href='https://doc.rust-lang.org/nightly/core/ops/bit/trait.Shl.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code></h4><div class='docblock'><p>The resulting type after applying the <code><<</code> operator.</p>
|
|
|
</div><h4 id='method.shl-1' class="method hidden"><code id='shl.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/bit/trait.Shl.html#tymethod.shl' class='fnname'>shl</a>(self, rhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#226-228' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code><<</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Encodable' class='impl'><code class='in-band'>impl <a class="trait" href="../../rustc_serialize/serialize/trait.Encodable.html" title="trait rustc_serialize::serialize::Encodable">Encodable</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Encodable' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#107' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.encode' class="method hidden"><code id='encode.v'>fn <a href='../../rustc_serialize/serialize/trait.Encodable.html#tymethod.encode' class='fnname'>encode</a><__S>(&self, s: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>__S) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <__S as <a class="trait" href="../../rustc_serialize/serialize/trait.Encoder.html" title="trait rustc_serialize::serialize::Encoder">Encoder</a>>::<a class="type" href="../../rustc_serialize/serialize/trait.Encoder.html#associatedtype.Error" title="type rustc_serialize::serialize::Encoder::Error">Error</a>> <span class="where fmt-newline">where<br> __S: <a class="trait" href="../../rustc_serialize/serialize/trait.Encoder.html" title="trait rustc_serialize::serialize::Encoder">Encoder</a>, </span></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#107' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Serialize a value using an <code>Encoder</code>.</p>
|
|
|
</div></div><h3 id='impl-CheckedDiv' class='impl'><code class='in-band'>impl <a class="trait" href="../../num/traits/ops/checked/trait.CheckedDiv.html" title="trait num::traits::ops::checked::CheckedDiv">CheckedDiv</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-CheckedDiv' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#950-958' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.checked_div-1' class="method hidden"><code id='checked_div.v-1'>fn <a href='../../num/traits/ops/checked/trait.CheckedDiv.html#tymethod.checked_div' class='fnname'>checked_div</a>(&self, v: &<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#952-957' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Divides two numbers, checking for underflow, overflow and division by zero. If any of that happens, <code>None</code> is returned. <a href="../../num/traits/ops/checked/trait.CheckedDiv.html#tymethod.checked_div">Read more</a></p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27a%20usize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</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%20usize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-90' class="type"><code id='Output.t-90'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem' class="method hidden"><code id='rem.v'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Cu64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Cu64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#837-844' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-91' class="type"><code id='Output.t-91'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-1' class="method hidden"><code id='rem.v-1'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#841-843' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27a%20u16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</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%20u16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-92' class="type"><code id='Output.t-92'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-2' class="method hidden"><code id='rem.v-2'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27a%20BigInt%3E' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3C%26%27a%20BigInt%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#66-74' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-93' class="type"><code id='Output.t-93'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-3' class="method hidden"><code id='rem.v-3'>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><a class='srclink' href='../../src/num_bigint/macros.rs.html#70-73' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Ci64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Ci64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#884-895' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-94' class="type"><code id='Output.t-94'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-4' class="method hidden"><code id='rem.v-4'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#888-894' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Ci16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Ci16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-95' class="type"><code id='Output.t-95'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-5' class="method hidden"><code id='rem.v-5'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Cusize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Cusize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-96' class="type"><code id='Output.t-96'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-6' class="method hidden"><code id='rem.v-6'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27a%20u8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</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%20u8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-97' class="type"><code id='Output.t-97'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-7' class="method hidden"><code id='rem.v-7'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27b%20isize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</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%20isize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-98' class="type"><code id='Output.t-98'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-8' class="method hidden"><code id='rem.v-8'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27b%20i16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</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%20i16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-99' class="type"><code id='Output.t-99'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-9' class="method hidden"><code id='rem.v-9'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Cusize%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Cusize%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-100' class="type"><code id='Output.t-100'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-10' class="method hidden"><code id='rem.v-10'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3CBigInt%3E' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3CBigInt%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#38-46' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-101' class="type"><code id='Output.t-101'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-11' class="method hidden"><code id='rem.v-11'>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><a class='srclink' href='../../src/num_bigint/macros.rs.html#42-45' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27a%20i8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</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%20i8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-102' class="type"><code id='Output.t-102'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-12' class="method hidden"><code id='rem.v-12'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Ci16%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Ci16%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-103' class="type"><code id='Output.t-103'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-13' class="method hidden"><code id='rem.v-13'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27b%20usize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</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%20usize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-104' class="type"><code id='Output.t-104'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-14' class="method hidden"><code id='rem.v-14'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Ci8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Ci8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-105' class="type"><code id='Output.t-105'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-15' class="method hidden"><code id='rem.v-15'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27b%20u64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</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%20u64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-106' class="type"><code id='Output.t-106'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-16' class="method hidden"><code id='rem.v-16'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3CBigInt%3E-1' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3CBigInt%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#6-14' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-107' class="type"><code id='Output.t-107'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-17' class="method hidden"><code id='rem.v-17'>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><a class='srclink' href='../../src/num_bigint/macros.rs.html#10-13' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27b%20u32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</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%20u32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-108' class="type"><code id='Output.t-108'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-18' class="method hidden"><code id='rem.v-18'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27a%20i16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</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%20i16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-109' class="type"><code id='Output.t-109'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-19' class="method hidden"><code id='rem.v-19'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27b%20BigInt%3E' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</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%20BigInt%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#805-813' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-110' class="type"><code id='Output.t-110'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-20' class="method hidden"><code id='rem.v-20'>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><a class='srclink' href='../../src/num_bigint/bigint.rs.html#809-812' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27a%20u32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</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%20u32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-111' class="type"><code id='Output.t-111'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-21' class="method hidden"><code id='rem.v-21'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Cu8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Cu8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-112' class="type"><code id='Output.t-112'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-22' class="method hidden"><code id='rem.v-22'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27a%20isize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</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%20isize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-113' class="type"><code id='Output.t-113'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-23' class="method hidden"><code id='rem.v-23'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27b%20i32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</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%20i32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-114' class="type"><code id='Output.t-114'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-24' class="method hidden"><code id='rem.v-24'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Cu32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Cu32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-115' class="type"><code id='Output.t-115'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-25' class="method hidden"><code id='rem.v-25'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Cisize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Cisize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-116' class="type"><code id='Output.t-116'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-26' class="method hidden"><code id='rem.v-26'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27b%20i8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</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%20i8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-117' class="type"><code id='Output.t-117'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-27' class="method hidden"><code id='rem.v-27'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Ci32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Ci32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#858-869' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-118' class="type"><code id='Output.t-118'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-28' class="method hidden"><code id='rem.v-28'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#862-868' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Ci64%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Ci64%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-119' class="type"><code id='Output.t-119'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-29' class="method hidden"><code id='rem.v-29'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27a%20i32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</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%20i32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-120' class="type"><code id='Output.t-120'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-30' class="method hidden"><code id='rem.v-30'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Cu16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Cu16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-121' class="type"><code id='Output.t-121'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-31' class="method hidden"><code id='rem.v-31'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Cu32%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Cu32%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#819-826' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-122' class="type"><code id='Output.t-122'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-32' class="method hidden"><code id='rem.v-32'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#823-825' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27b%20u8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</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%20u8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-123' class="type"><code id='Output.t-123'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-33' class="method hidden"><code id='rem.v-33'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Ci32%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Ci32%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-124' class="type"><code id='Output.t-124'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-34' class="method hidden"><code id='rem.v-34'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Ci8%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Ci8%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-125' class="type"><code id='Output.t-125'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-35' class="method hidden"><code id='rem.v-35'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27a%20u64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</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%20u64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-126' class="type"><code id='Output.t-126'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-36' class="method hidden"><code id='rem.v-36'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Cisize%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Cisize%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-127' class="type"><code id='Output.t-127'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-37' class="method hidden"><code id='rem.v-37'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Cu16%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Cu16%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-128' class="type"><code id='Output.t-128'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-38' class="method hidden"><code id='rem.v-38'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Cu64%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Cu64%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-129' class="type"><code id='Output.t-129'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-39' class="method hidden"><code id='rem.v-39'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27b%20u16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</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%20u16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-130' class="type"><code id='Output.t-130'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-40' class="method hidden"><code id='rem.v-40'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27a%20i64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</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%20i64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-131' class="type"><code id='Output.t-131'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-41' class="method hidden"><code id='rem.v-41'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3Cu8%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Rem%3Cu8%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-132' class="type"><code id='Output.t-132'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-42' class="method hidden"><code id='rem.v-42'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Rem%3C%26%27b%20i64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</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%20i64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-133' class="type"><code id='Output.t-133'>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></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
|
|
|
</div><h4 id='method.rem-43' class="method hidden"><code id='rem.v-43'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
|
|
|
</div></div><h3 id='impl-FromPrimitive' class='impl'><code class='in-band'>impl <a class="trait" href="../../num/traits/cast/trait.FromPrimitive.html" title="trait num::traits::cast::FromPrimitive">FromPrimitive</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-FromPrimitive' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1105-1124' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from_i64' class="method hidden"><code id='from_i64.v'>fn <a href='../../num/traits/cast/trait.FromPrimitive.html#tymethod.from_i64' class='fnname'>from_i64</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1107-1109' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>i64</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../../num/traits/cast/trait.FromPrimitive.html#tymethod.from_i64">Read more</a></p>
|
|
|
</div><h4 id='method.from_u64' class="method hidden"><code id='from_u64.v'>fn <a href='../../num/traits/cast/trait.FromPrimitive.html#tymethod.from_u64' class='fnname'>from_u64</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1112-1114' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>u64</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../../num/traits/cast/trait.FromPrimitive.html#tymethod.from_u64">Read more</a></p>
|
|
|
</div><h4 id='method.from_f64' class="method hidden"><code id='from_f64.v'>fn <a href='../../num/traits/cast/trait.FromPrimitive.html#method.from_f64' class='fnname'>from_f64</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1117-1123' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert a <code>f64</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../../num/traits/cast/trait.FromPrimitive.html#method.from_f64">Read more</a></p>
|
|
|
</div><h4 id='method.from_isize' class="method hidden"><code id='from_isize.v'>fn <a href='../../num/traits/cast/trait.FromPrimitive.html#method.from_isize' class='fnname'>from_isize</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></code><a class='srclink' href='../../src/num_traits/cast.rs.html#368-370' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>isize</code> to return an optional value of this type. If the value cannot be represented by this value, then <code>None</code> is returned. <a href="../../num/traits/cast/trait.FromPrimitive.html#method.from_isize">Read more</a></p>
|
|
|
</div><h4 id='method.from_i8' class="method hidden"><code id='from_i8.v'>fn <a href='../../num/traits/cast/trait.FromPrimitive.html#method.from_i8' class='fnname'>from_i8</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></code><a class='srclink' href='../../src/num_traits/cast.rs.html#375-377' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>i8</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../../num/traits/cast/trait.FromPrimitive.html#method.from_i8">Read more</a></p>
|
|
|
</div><h4 id='method.from_i16' class="method hidden"><code id='from_i16.v'>fn <a href='../../num/traits/cast/trait.FromPrimitive.html#method.from_i16' class='fnname'>from_i16</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></code><a class='srclink' href='../../src/num_traits/cast.rs.html#382-384' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>i16</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../../num/traits/cast/trait.FromPrimitive.html#method.from_i16">Read more</a></p>
|
|
|
</div><h4 id='method.from_i32' class="method hidden"><code id='from_i32.v'>fn <a href='../../num/traits/cast/trait.FromPrimitive.html#method.from_i32' class='fnname'>from_i32</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></code><a class='srclink' href='../../src/num_traits/cast.rs.html#389-391' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>i32</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../../num/traits/cast/trait.FromPrimitive.html#method.from_i32">Read more</a></p>
|
|
|
</div><h4 id='method.from_i128' class="method hidden"><code id='from_i128.v'>fn <a href='../../num/traits/cast/trait.FromPrimitive.html#method.from_i128' class='fnname'>from_i128</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></code><a class='srclink' href='../../src/num_traits/cast.rs.html#406-408' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>i128</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../../num/traits/cast/trait.FromPrimitive.html#method.from_i128">Read more</a></p>
|
|
|
</div><h4 id='method.from_usize' class="method hidden"><code id='from_usize.v'>fn <a href='../../num/traits/cast/trait.FromPrimitive.html#method.from_usize' class='fnname'>from_usize</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></code><a class='srclink' href='../../src/num_traits/cast.rs.html#413-415' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert a <code>usize</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../../num/traits/cast/trait.FromPrimitive.html#method.from_usize">Read more</a></p>
|
|
|
</div><h4 id='method.from_u8' class="method hidden"><code id='from_u8.v'>fn <a href='../../num/traits/cast/trait.FromPrimitive.html#method.from_u8' class='fnname'>from_u8</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></code><a class='srclink' href='../../src/num_traits/cast.rs.html#420-422' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>u8</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../../num/traits/cast/trait.FromPrimitive.html#method.from_u8">Read more</a></p>
|
|
|
</div><h4 id='method.from_u16' class="method hidden"><code id='from_u16.v'>fn <a href='../../num/traits/cast/trait.FromPrimitive.html#method.from_u16' class='fnname'>from_u16</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></code><a class='srclink' href='../../src/num_traits/cast.rs.html#427-429' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>u16</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../../num/traits/cast/trait.FromPrimitive.html#method.from_u16">Read more</a></p>
|
|
|
</div><h4 id='method.from_u32' class="method hidden"><code id='from_u32.v'>fn <a href='../../num/traits/cast/trait.FromPrimitive.html#method.from_u32' class='fnname'>from_u32</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></code><a class='srclink' href='../../src/num_traits/cast.rs.html#434-436' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>u32</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../../num/traits/cast/trait.FromPrimitive.html#method.from_u32">Read more</a></p>
|
|
|
</div><h4 id='method.from_u128' class="method hidden"><code id='from_u128.v'>fn <a href='../../num/traits/cast/trait.FromPrimitive.html#method.from_u128' class='fnname'>from_u128</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></code><a class='srclink' href='../../src/num_traits/cast.rs.html#451-453' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>u128</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../../num/traits/cast/trait.FromPrimitive.html#method.from_u128">Read more</a></p>
|
|
|
</div><h4 id='method.from_f32' class="method hidden"><code id='from_f32.v'>fn <a href='../../num/traits/cast/trait.FromPrimitive.html#method.from_f32' class='fnname'>from_f32</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></code><a class='srclink' href='../../src/num_traits/cast.rs.html#458-460' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert a <code>f32</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../../num/traits/cast/trait.FromPrimitive.html#method.from_f32">Read more</a></p>
|
|
|
</div></div><h3 id='impl-Add%3Cu16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Cu16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-134' class="type"><code id='Output.t-134'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add' class="method hidden"><code id='add.v'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Cu64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Cu64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#411-427' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-135' class="type"><code id='Output.t-135'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-1' class="method hidden"><code id='add.v-1'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#415-426' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Ci8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Ci8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-136' class="type"><code id='Output.t-136'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-2' class="method hidden"><code id='add.v-2'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27a%20u32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</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%20u32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-137' class="type"><code id='Output.t-137'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-3' class="method hidden"><code id='add.v-3'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27b%20isize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</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%20isize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-138' class="type"><code id='Output.t-138'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-4' class="method hidden"><code id='add.v-4'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27a%20i64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</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%20i64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-139' class="type"><code id='Output.t-139'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-5' class="method hidden"><code id='add.v-5'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27b%20u8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</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%20u8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-140' class="type"><code id='Output.t-140'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-6' class="method hidden"><code id='add.v-6'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Ci32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Ci32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#432-443' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-141' class="type"><code id='Output.t-141'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-7' class="method hidden"><code id='add.v-7'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#436-442' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27b%20usize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</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%20usize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-142' class="type"><code id='Output.t-142'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-8' class="method hidden"><code id='add.v-8'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27b%20u16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</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%20u16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-143' class="type"><code id='Output.t-143'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-9' class="method hidden"><code id='add.v-9'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27a%20i8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</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%20i8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-144' class="type"><code id='Output.t-144'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-10' class="method hidden"><code id='add.v-10'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Cusize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Cusize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-145' class="type"><code id='Output.t-145'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-11' class="method hidden"><code id='add.v-11'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Cisize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Cisize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-146' class="type"><code id='Output.t-146'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-12' class="method hidden"><code id='add.v-12'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27a%20i16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</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%20i16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-147' class="type"><code id='Output.t-147'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-13' class="method hidden"><code id='add.v-13'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27a%20u8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</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%20u8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-148' class="type"><code id='Output.t-148'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-14' class="method hidden"><code id='add.v-14'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Ci64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Ci64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#445-456' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-149' class="type"><code id='Output.t-149'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-15' class="method hidden"><code id='add.v-15'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#449-455' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Ci32%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Ci32%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-150' class="type"><code id='Output.t-150'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-16' class="method hidden"><code id='add.v-16'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27a%20BigInt%3E' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3C%26%27a%20BigInt%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#371-378' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-151' class="type"><code id='Output.t-151'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-17' class="method hidden"><code id='add.v-17'>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><a class='srclink' href='../../src/num_bigint/bigint.rs.html#375-377' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Cu8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Cu8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-152' class="type"><code id='Output.t-152'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-18' class="method hidden"><code id='add.v-18'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27b%20BigInt%3E' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</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%20BigInt%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#348-360' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-153' class="type"><code id='Output.t-153'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-19' class="method hidden"><code id='add.v-19'>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><a class='srclink' href='../../src/num_bigint/bigint.rs.html#352-359' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Cu16%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Cu16%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-154' class="type"><code id='Output.t-154'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-20' class="method hidden"><code id='add.v-20'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3CBigInt%3E' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3CBigInt%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#362-369' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-155' class="type"><code id='Output.t-155'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-21' class="method hidden"><code id='add.v-21'>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><a class='srclink' href='../../src/num_bigint/bigint.rs.html#366-368' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27a%20isize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</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%20isize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-156' class="type"><code id='Output.t-156'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-22' class="method hidden"><code id='add.v-22'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27b%20u32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</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%20u32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-157' class="type"><code id='Output.t-157'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-23' class="method hidden"><code id='add.v-23'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Ci16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Ci16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-158' class="type"><code id='Output.t-158'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-24' class="method hidden"><code id='add.v-24'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3CBigInt%3E-1' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3CBigInt%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#380-387' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-159' class="type"><code id='Output.t-159'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-25' class="method hidden"><code id='add.v-25'>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><a class='srclink' href='../../src/num_bigint/bigint.rs.html#384-386' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Cu32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Cu32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-160' class="type"><code id='Output.t-160'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-26' class="method hidden"><code id='add.v-26'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Cu64%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Cu64%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-161' class="type"><code id='Output.t-161'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-27' class="method hidden"><code id='add.v-27'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Ci8%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Ci8%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-162' class="type"><code id='Output.t-162'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-28' class="method hidden"><code id='add.v-28'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Cu32%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Cu32%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#393-409' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-163' class="type"><code id='Output.t-163'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-29' class="method hidden"><code id='add.v-29'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#397-408' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27b%20i16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</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%20i16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-164' class="type"><code id='Output.t-164'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-30' class="method hidden"><code id='add.v-30'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Cu8%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Cu8%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-165' class="type"><code id='Output.t-165'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-31' class="method hidden"><code id='add.v-31'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27a%20usize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</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%20usize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-166' class="type"><code id='Output.t-166'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-32' class="method hidden"><code id='add.v-32'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27b%20i8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</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%20i8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-167' class="type"><code id='Output.t-167'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-33' class="method hidden"><code id='add.v-33'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27a%20u64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</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%20u64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-168' class="type"><code id='Output.t-168'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-34' class="method hidden"><code id='add.v-34'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27b%20i32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</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%20i32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-169' class="type"><code id='Output.t-169'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-35' class="method hidden"><code id='add.v-35'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Cusize%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Cusize%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-170' class="type"><code id='Output.t-170'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-36' class="method hidden"><code id='add.v-36'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Ci64%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Ci64%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-171' class="type"><code id='Output.t-171'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-37' class="method hidden"><code id='add.v-37'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27b%20u64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</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%20u64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-172' class="type"><code id='Output.t-172'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-38' class="method hidden"><code id='add.v-38'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27a%20i32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</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%20i32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-173' class="type"><code id='Output.t-173'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-39' class="method hidden"><code id='add.v-39'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Ci16%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Ci16%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-174' class="type"><code id='Output.t-174'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-40' class="method hidden"><code id='add.v-40'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3Cisize%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Add%3Cisize%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-175' class="type"><code id='Output.t-175'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-41' class="method hidden"><code id='add.v-41'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27b%20i64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</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%20i64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-176' class="type"><code id='Output.t-176'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-42' class="method hidden"><code id='add.v-42'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Add%3C%26%27a%20u16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</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%20u16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-177' class="type"><code id='Output.t-177'>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></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|
|
</div><h4 id='method.add-43' class="method hidden"><code id='add.v-43'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
|
|
|
</div></div><h3 id='impl-PartialEq%3CBigInt%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-PartialEq%3CBigInt%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#113-118' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.eq' class="method hidden"><code id='eq.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&self, other: &<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#115-117' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
|
|
|
</div><h4 id='method.ne' class="method hidden"><code id='ne.v'><span class="docblock attributes">#[must_use]
|
|
|
</span>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><span class='since' title='Stable since Rust version 1.0.0'>1.0.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#208' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>!=</code>.</p>
|
|
|
</div></div><h3 id='impl-ToPrimitive' class='impl'><code class='in-band'>impl <a class="trait" href="../../num/traits/cast/trait.ToPrimitive.html" title="trait num::traits::cast::ToPrimitive">ToPrimitive</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-ToPrimitive' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1052-1103' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.to_i64' class="method hidden"><code id='to_i64.v'>fn <a href='../../num/traits/cast/trait.ToPrimitive.html#tymethod.to_i64' class='fnname'>to_i64</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1054-1071' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>i64</code>.</p>
|
|
|
</div><h4 id='method.to_u64' class="method hidden"><code id='to_u64.v'>fn <a href='../../num/traits/cast/trait.ToPrimitive.html#tymethod.to_u64' class='fnname'>to_u64</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1074-1080' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>u64</code>.</p>
|
|
|
</div><h4 id='method.to_f32' class="method hidden"><code id='to_f32.v'>fn <a href='../../num/traits/cast/trait.ToPrimitive.html#method.to_f32' class='fnname'>to_f32</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1083-1091' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>f32</code>.</p>
|
|
|
</div><h4 id='method.to_f64' class="method hidden"><code id='to_f64.v'>fn <a href='../../num/traits/cast/trait.ToPrimitive.html#method.to_f64' class='fnname'>to_f64</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1094-1102' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>f64</code>.</p>
|
|
|
</div><h4 id='method.to_isize' class="method hidden"><code id='to_isize.v'>fn <a href='../../num/traits/cast/trait.ToPrimitive.html#method.to_isize' class='fnname'>to_isize</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>></code><a class='srclink' href='../../src/num_traits/cast.rs.html#15-17' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>isize</code>.</p>
|
|
|
</div><h4 id='method.to_i8' class="method hidden"><code id='to_i8.v'>fn <a href='../../num/traits/cast/trait.ToPrimitive.html#method.to_i8' class='fnname'>to_i8</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>></code><a class='srclink' href='../../src/num_traits/cast.rs.html#21-23' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>i8</code>.</p>
|
|
|
</div><h4 id='method.to_i16' class="method hidden"><code id='to_i16.v'>fn <a href='../../num/traits/cast/trait.ToPrimitive.html#method.to_i16' class='fnname'>to_i16</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>></code><a class='srclink' href='../../src/num_traits/cast.rs.html#27-29' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>i16</code>.</p>
|
|
|
</div><h4 id='method.to_i32' class="method hidden"><code id='to_i32.v'>fn <a href='../../num/traits/cast/trait.ToPrimitive.html#method.to_i32' class='fnname'>to_i32</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>></code><a class='srclink' href='../../src/num_traits/cast.rs.html#33-35' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>i32</code>.</p>
|
|
|
</div><h4 id='method.to_i128' class="method hidden"><code id='to_i128.v'>fn <a href='../../num/traits/cast/trait.ToPrimitive.html#method.to_i128' class='fnname'>to_i128</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>></code><a class='srclink' href='../../src/num_traits/cast.rs.html#48-50' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>i128</code>. <a href="../../num/traits/cast/trait.ToPrimitive.html#method.to_i128">Read more</a></p>
|
|
|
</div><h4 id='method.to_usize' class="method hidden"><code id='to_usize.v'>fn <a href='../../num/traits/cast/trait.ToPrimitive.html#method.to_usize' class='fnname'>to_usize</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></code><a class='srclink' href='../../src/num_traits/cast.rs.html#54-56' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to a <code>usize</code>.</p>
|
|
|
</div><h4 id='method.to_u8' class="method hidden"><code id='to_u8.v'>fn <a href='../../num/traits/cast/trait.ToPrimitive.html#method.to_u8' class='fnname'>to_u8</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>></code><a class='srclink' href='../../src/num_traits/cast.rs.html#60-62' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>u8</code>.</p>
|
|
|
</div><h4 id='method.to_u16' class="method hidden"><code id='to_u16.v'>fn <a href='../../num/traits/cast/trait.ToPrimitive.html#method.to_u16' class='fnname'>to_u16</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>></code><a class='srclink' href='../../src/num_traits/cast.rs.html#66-68' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>u16</code>.</p>
|
|
|
</div><h4 id='method.to_u32' class="method hidden"><code id='to_u32.v'>fn <a href='../../num/traits/cast/trait.ToPrimitive.html#method.to_u32' class='fnname'>to_u32</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>></code><a class='srclink' href='../../src/num_traits/cast.rs.html#72-74' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>u32</code>.</p>
|
|
|
</div><h4 id='method.to_u128' class="method hidden"><code id='to_u128.v'>fn <a href='../../num/traits/cast/trait.ToPrimitive.html#method.to_u128' class='fnname'>to_u128</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>></code><a class='srclink' href='../../src/num_traits/cast.rs.html#88-90' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>u128</code>. <a href="../../num/traits/cast/trait.ToPrimitive.html#method.to_u128">Read more</a></p>
|
|
|
</div></div><h3 id='impl-Debug' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Debug' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#106' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt-3' class="method hidden"><code id='fmt.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Error.html" title="struct core::fmt::Error">Error</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#106' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27a%20i32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</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%20i32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-178' class="type"><code id='Output.t-178'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub' class="method hidden"><code id='sub.v'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27a%20i16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</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%20i16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-179' class="type"><code id='Output.t-179'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-1' class="method hidden"><code id='sub.v-1'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27b%20u16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</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%20u16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-180' class="type"><code id='Output.t-180'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-2' class="method hidden"><code id='sub.v-2'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Cisize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Cisize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-181' class="type"><code id='Output.t-181'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-3' class="method hidden"><code id='sub.v-3'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Cusize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Cusize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-182' class="type"><code id='Output.t-182'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-4' class="method hidden"><code id='sub.v-4'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27a%20u8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</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%20u8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-183' class="type"><code id='Output.t-183'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-5' class="method hidden"><code id='sub.v-5'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3CBigInt%3E' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3CBigInt%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#512-519' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-184' class="type"><code id='Output.t-184'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-6' class="method hidden"><code id='sub.v-6'>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><a class='srclink' href='../../src/num_bigint/bigint.rs.html#516-518' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27a%20u16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</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%20u16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-185' class="type"><code id='Output.t-185'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-7' class="method hidden"><code id='sub.v-7'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Cu8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Cu8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-186' class="type"><code id='Output.t-186'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-8' class="method hidden"><code id='sub.v-8'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Ci64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Ci64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-187' class="type"><code id='Output.t-187'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-9' class="method hidden"><code id='sub.v-9'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3CBigInt%3E-1' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3CBigInt%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#494-501' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-188' class="type"><code id='Output.t-188'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-10' class="method hidden"><code id='sub.v-10'>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><a class='srclink' href='../../src/num_bigint/bigint.rs.html#498-500' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Ci64%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Ci64%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#608-619' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-189' class="type"><code id='Output.t-189'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-11' class="method hidden"><code id='sub.v-11'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#612-618' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27a%20i64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</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%20i64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-190' class="type"><code id='Output.t-190'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-12' class="method hidden"><code id='sub.v-12'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Ci32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Ci32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#582-593' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-191' class="type"><code id='Output.t-191'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-13' class="method hidden"><code id='sub.v-13'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#586-592' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27b%20i8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</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%20i8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-192' class="type"><code id='Output.t-192'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-14' class="method hidden"><code id='sub.v-14'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Cu16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Cu16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-193' class="type"><code id='Output.t-193'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-15' class="method hidden"><code id='sub.v-15'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Cu64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Cu64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-194' class="type"><code id='Output.t-194'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-16' class="method hidden"><code id='sub.v-16'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27a%20u64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</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%20u64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-195' class="type"><code id='Output.t-195'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-17' class="method hidden"><code id='sub.v-17'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Cisize%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Cisize%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-196' class="type"><code id='Output.t-196'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-18' class="method hidden"><code id='sub.v-18'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Cu8%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Cu8%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-197' class="type"><code id='Output.t-197'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-19' class="method hidden"><code id='sub.v-19'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27a%20u32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</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%20u32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-198' class="type"><code id='Output.t-198'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-20' class="method hidden"><code id='sub.v-20'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27b%20i16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</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%20i16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-199' class="type"><code id='Output.t-199'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-21' class="method hidden"><code id='sub.v-21'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27b%20BigInt%3E' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</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%20BigInt%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#480-492' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-200' class="type"><code id='Output.t-200'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-22' class="method hidden"><code id='sub.v-22'>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><a class='srclink' href='../../src/num_bigint/bigint.rs.html#484-491' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27b%20i32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</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%20i32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-201' class="type"><code id='Output.t-201'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-23' class="method hidden"><code id='sub.v-23'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27b%20u64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</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%20u64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-202' class="type"><code id='Output.t-202'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-24' class="method hidden"><code id='sub.v-24'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Ci16%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Ci16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-203' class="type"><code id='Output.t-203'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-25' class="method hidden"><code id='sub.v-25'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Cu32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Cu32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#525-541' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-204' class="type"><code id='Output.t-204'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-26' class="method hidden"><code id='sub.v-26'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#529-540' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Cu16%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Cu16%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-205' class="type"><code id='Output.t-205'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-27' class="method hidden"><code id='sub.v-27'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27b%20isize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</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%20isize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-206' class="type"><code id='Output.t-206'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-28' class="method hidden"><code id='sub.v-28'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27b%20u32%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</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%20u32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-207' class="type"><code id='Output.t-207'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-29' class="method hidden"><code id='sub.v-29'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Cusize%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Cusize%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-208' class="type"><code id='Output.t-208'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-30' class="method hidden"><code id='sub.v-30'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27a%20isize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</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%20isize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-209' class="type"><code id='Output.t-209'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-31' class="method hidden"><code id='sub.v-31'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27a%20usize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</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%20usize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-210' class="type"><code id='Output.t-210'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-32' class="method hidden"><code id='sub.v-32'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27b%20u8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</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%20u8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-211' class="type"><code id='Output.t-211'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-33' class="method hidden"><code id='sub.v-33'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Cu64%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Cu64%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#552-568' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-212' class="type"><code id='Output.t-212'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-34' class="method hidden"><code id='sub.v-34'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#556-567' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Ci8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Ci8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-213' class="type"><code id='Output.t-213'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-35' class="method hidden"><code id='sub.v-35'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Ci16%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Ci16%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-214' class="type"><code id='Output.t-214'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-36' class="method hidden"><code id='sub.v-36'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27a%20BigInt%3E' class='impl'><code class='in-band'>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="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3C%26%27a%20BigInt%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#503-510' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-215' class="type"><code id='Output.t-215'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-37' class="method hidden"><code id='sub.v-37'>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><a class='srclink' href='../../src/num_bigint/bigint.rs.html#507-509' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27b%20usize%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</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%20usize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-216' class="type"><code id='Output.t-216'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-38' class="method hidden"><code id='sub.v-38'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27a%20i8%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</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%20i8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#146-153' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-217' class="type"><code id='Output.t-217'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-39' class="method hidden"><code id='sub.v-39'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#150-152' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Ci32%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Ci32%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-218' class="type"><code id='Output.t-218'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-40' class="method hidden"><code id='sub.v-40'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Ci8%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Ci8%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#215-222' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-219' class="type"><code id='Output.t-219'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-41' class="method hidden"><code id='sub.v-41'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#219-221' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3Cu32%3E-1' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sub%3Cu32%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#168-175' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-220' class="type"><code id='Output.t-220'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-42' class="method hidden"><code id='sub.v-42'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#172-174' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Sub%3C%26%27b%20i64%3E' class='impl'><code class='in-band'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</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%20i64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/macros.rs.html#190-197' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-221' class="type"><code id='Output.t-221'>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></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.sub-43' class="method hidden"><code id='sub.v-43'>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="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/macros.rs.html#194-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Binary' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Binary.html" title="trait core::fmt::Binary">Binary</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Binary' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#158-162' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt-4' class="method hidden"><code id='fmt.v-4'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Binary.html#tymethod.fmt' class='fnname'>fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Error.html" title="struct core::fmt::Error">Error</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#159-161' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter.</p>
|
|
|
</div></div><h3 id='impl-Decodable' class='impl'><code class='in-band'>impl <a class="trait" href="../../rustc_serialize/serialize/trait.Decodable.html" title="trait rustc_serialize::serialize::Decodable">Decodable</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Decodable' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#107' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.decode' class="method hidden"><code id='decode.v'>fn <a href='../../rustc_serialize/serialize/trait.Decodable.html#tymethod.decode' class='fnname'>decode</a><__D>(d: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>__D) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>, <__D as <a class="trait" href="../../rustc_serialize/serialize/trait.Decoder.html" title="trait rustc_serialize::serialize::Decoder">Decoder</a>>::<a class="type" href="../../rustc_serialize/serialize/trait.Decoder.html#associatedtype.Error" title="type rustc_serialize::serialize::Decoder::Error">Error</a>> <span class="where fmt-newline">where<br> __D: <a class="trait" href="../../rustc_serialize/serialize/trait.Decoder.html" title="trait rustc_serialize::serialize::Decoder">Decoder</a>, </span></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#107' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Deserialize a value using a <code>Decoder</code>.</p>
|
|
|
</div></div><h3 id='impl-CheckedAdd' class='impl'><code class='in-band'>impl <a class="trait" href="../../num/traits/ops/checked/trait.CheckedAdd.html" title="trait num::traits::ops::checked::CheckedAdd">CheckedAdd</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-CheckedAdd' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#929-934' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.checked_add-1' class="method hidden"><code id='checked_add.v-1'>fn <a href='../../num/traits/ops/checked/trait.CheckedAdd.html#tymethod.checked_add' class='fnname'>checked_add</a>(&self, v: &<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#931-933' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Adds two numbers, checking for overflow. If overflow happens, <code>None</code> is returned. <a href="../../num/traits/ops/checked/trait.CheckedAdd.html#tymethod.checked_add">Read more</a></p>
|
|
|
</div></div><h3 id='impl-PartialOrd%3CBigInt%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-PartialOrd%3CBigInt%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#122-127' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.partial_cmp' class="method hidden"><code id='partial_cmp.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp' class='fnname'>partial_cmp</a>(&self, other: &<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#124-126' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp">Read more</a></p>
|
|
|
</div><h4 id='method.lt' class="method hidden"><code id='lt.v'><span class="docblock attributes">#[must_use]
|
|
|
</span>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.lt' class='fnname'>lt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><span class='since' title='Stable since Rust version 1.0.0'>1.0.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#801-806' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests less than (for <code>self</code> and <code>other</code>) and is used by the <code><</code> operator. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.lt">Read more</a></p>
|
|
|
</div><h4 id='method.le' class="method hidden"><code id='le.v'><span class="docblock attributes">#[must_use]
|
|
|
</span>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le' class='fnname'>le</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><span class='since' title='Stable since Rust version 1.0.0'>1.0.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#823-828' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests less than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code><=</code> operator. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le">Read more</a></p>
|
|
|
</div><h4 id='method.gt' class="method hidden"><code id='gt.v'><span class="docblock attributes">#[must_use]
|
|
|
</span>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.gt' class='fnname'>gt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><span class='since' title='Stable since Rust version 1.0.0'>1.0.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#844-849' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>></code> operator. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.gt">Read more</a></p>
|
|
|
</div><h4 id='method.ge' class="method hidden"><code id='ge.v'><span class="docblock attributes">#[must_use]
|
|
|
</span>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge' class='fnname'>ge</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><span class='since' title='Stable since Rust version 1.0.0'>1.0.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#866-871' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code>>=</code> operator. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge">Read more</a></p>
|
|
|
</div></div><h3 id='impl-Hash' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Hash' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#106' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.hash' class="method hidden"><code id='hash.v'>fn <a href='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash' class='fnname'>hash</a><__H>(&self, state: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>__H) <span class="where fmt-newline">where<br> __H: <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>, </span></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#106' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Feeds this value into the given [<code>Hasher</code>]. <a href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash">Read more</a></p>
|
|
|
</div><h4 id='method.hash_slice' class="method hidden"><code id='hash_slice.v'>fn <a href='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice' class='fnname'>hash_slice</a><H>(data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[Self]</a>, state: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>H) <span class="where fmt-newline">where<br> H: <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>, </span></code><span class='since' title='Stable since Rust version 1.3.0'>1.3.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/hash/mod.rs.html#192-198' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Feeds a slice of this type into the given [<code>Hasher</code>]. <a href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read more</a></p>
|
|
|
</div></div><h3 id='impl-Default' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html" title="trait core::default::Default">Default</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Default' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#145-150' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.default' class="method hidden"><code id='default.v'>fn <a href='https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default' class='fnname'>default</a>() -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#147-149' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the "default value" for a type. <a href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default">Read more</a></p>
|
|
|
</div></div><h3 id='impl-Ord' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html" title="trait core::cmp::Ord">Ord</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Ord' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#129-143' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.cmp' class="method hidden"><code id='cmp.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#tymethod.cmp' class='fnname'>cmp</a>(&self, other: &<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#131-142' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method returns an <code>Ordering</code> between <code>self</code> and <code>other</code>. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#tymethod.cmp">Read more</a></p>
|
|
|
</div><h4 id='method.max' class="method hidden"><code id='max.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max' class='fnname'>max</a>(self, other: Self) -> Self</code><span class='since' title='Stable since Rust version 1.21.0'>1.21.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#571-574' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Compares and returns the maximum of two values. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max">Read more</a></p>
|
|
|
</div><h4 id='method.min' class="method hidden"><code id='min.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.min' class='fnname'>min</a>(self, other: Self) -> Self</code><span class='since' title='Stable since Rust version 1.21.0'>1.21.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#588-591' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Compares and returns the minimum of two values. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.min">Read more</a></p>
|
|
|
</div><h4 id='method.clamp' class="method hidden"><code id='clamp.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.clamp' class='fnname'>clamp</a>(self, min: Self, max: Self) -> Self</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#612-622' title='goto source code'>[src]</a></h4><div class='stability hidden'><div class='stab unstable'><span class='emoji'>🔬</span> This is a nightly-only experimental API. (<code>clamp</code>)</div></div><div class='docblock hidden'><p>Restrict a value to a certain interval. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.clamp">Read more</a></p>
|
|
|
</div></div><h3 id='impl-From%3Cisize%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-From%3Cisize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1143-1148' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from' class="method hidden"><code id='from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1145-1147' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
|
|
</div></div><h3 id='impl-From%3Cu32%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-From%3Cu32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1173-1178' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-1' class="method hidden"><code id='from.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1175-1177' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
|
|
</div></div><h3 id='impl-From%3Ci16%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-From%3Ci16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1143-1148' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-2' class="method hidden"><code id='from.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1145-1147' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
|
|
</div></div><h3 id='impl-From%3Ci32%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-From%3Ci32%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1143-1148' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-3' class="method hidden"><code id='from.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1145-1147' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
|
|
</div></div><h3 id='impl-From%3CBigUint%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../../num/bigint/struct.BigUint.html" title="struct num::bigint::BigUint">BigUint</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-From%3CBigUint%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1187-1199' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-4' class="method hidden"><code id='from.v-4'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(n: <a class="struct" href="../../num/bigint/struct.BigUint.html" title="struct num::bigint::BigUint">BigUint</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1189-1198' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
|
|
</div></div><h3 id='impl-From%3Cusize%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-From%3Cusize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1173-1178' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-5' class="method hidden"><code id='from.v-5'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1175-1177' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
|
|
</div></div><h3 id='impl-From%3Ci64%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-From%3Ci64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1126-1139' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-6' class="method hidden"><code id='from.v-6'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1128-1138' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
|
|
</div></div><h3 id='impl-From%3Cu64%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-From%3Cu64%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1157-1169' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-7' class="method hidden"><code id='from.v-7'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1159-1168' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
|
|
</div></div><h3 id='impl-From%3Cu16%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-From%3Cu16%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1173-1178' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-8' class="method hidden"><code id='from.v-8'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1175-1177' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
|
|
</div></div><h3 id='impl-From%3Ci8%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-From%3Ci8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1143-1148' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-9' class="method hidden"><code id='from.v-9'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1145-1147' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
|
|
</div></div><h3 id='impl-From%3Cu8%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-From%3Cu8%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1173-1178' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-10' class="method hidden"><code id='from.v-10'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1175-1177' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
|
|
</div></div><h3 id='impl-ToBigUint' class='impl'><code class='in-band'>impl <a class="trait" href="../../num/bigint/trait.ToBigUint.html" title="trait num::bigint::ToBigUint">ToBigUint</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-ToBigUint' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1250-1259' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.to_biguint-1' class="method hidden"><code id='to_biguint.v-1'>fn <a href='../../num/bigint/trait.ToBigUint.html#tymethod.to_biguint' class='fnname'>to_biguint</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../num/bigint/struct.BigUint.html" title="struct num::bigint::BigUint">BigUint</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1252-1258' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to a <code>BigUint</code>.</p>
|
|
|
</div></div><h3 id='impl-Neg' class='impl'><code class='in-band'>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Neg' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#920-927' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-222' class="type"><code id='Output.t-222'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.neg' class="method hidden"><code id='neg.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html#tymethod.neg' class='fnname'>neg</a>(self) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#924-926' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the unary <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Neg-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Neg-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#910-918' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-223' class="type"><code id='Output.t-223'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|
|
</div><h4 id='method.neg-1' class="method hidden"><code id='neg.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html#tymethod.neg' class='fnname'>neg</a>(self) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#914-917' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the unary <code>-</code> operation.</p>
|
|
|
</div></div><h3 id='impl-Octal' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Octal.html" title="trait core::fmt::Octal">Octal</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Octal' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#164-168' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt-5' class="method hidden"><code id='fmt.v-5'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Octal.html#tymethod.fmt' class='fnname'>fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Error.html" title="struct core::fmt::Error">Error</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#165-167' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter.</p>
|
|
|
</div></div><h3 id='impl-Integer' class='impl'><code class='in-band'>impl <a class="trait" href="../../num/integer/trait.Integer.html" title="trait num::integer::Integer">Integer</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Integer' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#960-1050' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.div_rem' class="method hidden"><code id='div_rem.v'>fn <a href='../../num/integer/trait.Integer.html#tymethod.div_rem' class='fnname'>div_rem</a>(&self, other: &<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><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><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#962-972' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Simultaneous truncated integer division and modulus. Returns <code>(quotient, remainder)</code>. <a href="../../num/integer/trait.Integer.html#tymethod.div_rem">Read more</a></p>
|
|
|
</div><h4 id='method.div_floor' class="method hidden"><code id='div_floor.v'>fn <a href='../../num/integer/trait.Integer.html#tymethod.div_floor' class='fnname'>div_floor</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><a class='srclink' href='../../src/num_bigint/bigint.rs.html#975-978' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Floored integer division. <a href="../../num/integer/trait.Integer.html#tymethod.div_floor">Read more</a></p>
|
|
|
</div><h4 id='method.mod_floor' class="method hidden"><code id='mod_floor.v'>fn <a href='../../num/integer/trait.Integer.html#tymethod.mod_floor' class='fnname'>mod_floor</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><a class='srclink' href='../../src/num_bigint/bigint.rs.html#981-984' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Floored integer modulo, satisfying: <a href="../../num/integer/trait.Integer.html#tymethod.mod_floor">Read more</a></p>
|
|
|
</div><h4 id='method.div_mod_floor' class="method hidden"><code id='div_mod_floor.v'>fn <a href='../../num/integer/trait.Integer.html#method.div_mod_floor' class='fnname'>div_mod_floor</a>(&self, other: &<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><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><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#986-1011' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Simultaneous floored integer division and modulus. Returns <code>(quotient, remainder)</code>. <a href="../../num/integer/trait.Integer.html#method.div_mod_floor">Read more</a></p>
|
|
|
</div><h4 id='method.gcd' class="method"><code id='gcd.v'>fn <a href='../../num/integer/trait.Integer.html#tymethod.gcd' class='fnname'>gcd</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><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1017-1019' title='goto source code'>[src]</a></h4><div class='docblock'><p>Calculates the Greatest Common Divisor (GCD) of the number and <code>other</code>.</p>
|
|
|
<p>The result is always positive.</p>
|
|
|
</div><h4 id='method.lcm' class="method"><code id='lcm.v'>fn <a href='../../num/integer/trait.Integer.html#tymethod.lcm' class='fnname'>lcm</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><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1023-1025' title='goto source code'>[src]</a></h4><div class='docblock'><p>Calculates the Lowest Common Multiple (LCM) of the number and <code>other</code>.</p>
|
|
|
</div><h4 id='method.divides' class="method"><code id='divides.v'>fn <a href='../../num/integer/trait.Integer.html#tymethod.divides' class='fnname'>divides</a>(&self, other: &<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1029-1031' title='goto source code'>[src]</a></h4><div class='docblock'><p>Deprecated, use <code>is_multiple_of</code> instead.</p>
|
|
|
</div><h4 id='method.is_multiple_of' class="method"><code id='is_multiple_of.v'>fn <a href='../../num/integer/trait.Integer.html#tymethod.is_multiple_of' class='fnname'>is_multiple_of</a>(&self, other: &<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1035-1037' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns <code>true</code> if the number is a multiple of <code>other</code>.</p>
|
|
|
</div><h4 id='method.is_even' class="method"><code id='is_even.v'>fn <a href='../../num/integer/trait.Integer.html#tymethod.is_even' class='fnname'>is_even</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1041-1043' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns <code>true</code> if the number is divisible by <code>2</code>.</p>
|
|
|
</div><h4 id='method.is_odd' class="method"><code id='is_odd.v'>fn <a href='../../num/integer/trait.Integer.html#tymethod.is_odd' class='fnname'>is_odd</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1047-1049' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns <code>true</code> if the number is not divisible by <code>2</code>.</p>
|
|
|
</div><h4 id='method.div_ceil' class="method hidden"><code id='div_ceil.v'>fn <a href='../../num/integer/trait.Integer.html#method.div_ceil' class='fnname'>div_ceil</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self) -> Self</code><a class='srclink' href='../../src/num_integer/lib.rs.html#92-99' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Ceiled integer division. <a href="../../num/integer/trait.Integer.html#method.div_ceil">Read more</a></p>
|
|
|
</div><h4 id='method.gcd_lcm' class="method hidden"><code id='gcd_lcm.v'>fn <a href='../../num/integer/trait.Integer.html#method.gcd_lcm' class='fnname'>gcd_lcm</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>Self, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code><a class='srclink' href='../../src/num_integer/lib.rs.html#138-140' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Greatest Common Divisor (GCD) and Lowest Common Multiple (LCM) together. <a href="../../num/integer/trait.Integer.html#method.gcd_lcm">Read more</a></p>
|
|
|
</div><h4 id='method.extended_gcd' class="method hidden"><code id='extended_gcd.v'>fn <a href='../../num/integer/trait.Integer.html#method.extended_gcd' class='fnname'>extended_gcd</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self) -> <a class="struct" href="../../num/integer/struct.ExtendedGcd.html" title="struct num::integer::ExtendedGcd">ExtendedGcd</a><Self> <span class="where fmt-newline">where<br> Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>, </span></code><a class='srclink' href='../../src/num_integer/lib.rs.html#161-196' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Greatest common divisor and Bézout coefficients. <a href="../../num/integer/trait.Integer.html#method.extended_gcd">Read more</a></p>
|
|
|
</div><h4 id='method.extended_gcd_lcm' class="method hidden"><code id='extended_gcd_lcm.v'>fn <a href='../../num/integer/trait.Integer.html#method.extended_gcd_lcm' class='fnname'>extended_gcd_lcm</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="struct" href="../../num/integer/struct.ExtendedGcd.html" title="struct num::integer::ExtendedGcd">ExtendedGcd</a><Self>, Self<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a> <span class="where fmt-newline">where<br> Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../../num/traits/sign/trait.Signed.html" title="trait num::traits::sign::Signed">Signed</a>, </span></code><a class='srclink' href='../../src/num_integer/lib.rs.html#200-205' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Greatest common divisor, least common multiple, and Bézout coefficients.</p>
|
|
|
</div><h4 id='method.next_multiple_of' class="method hidden"><code id='next_multiple_of.v'>fn <a href='../../num/integer/trait.Integer.html#method.next_multiple_of' class='fnname'>next_multiple_of</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self) -> Self <span class="where fmt-newline">where<br> Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>, </span></code><a class='srclink' href='../../src/num_integer/lib.rs.html#304-315' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Rounds up to nearest multiple of argument. <a href="../../num/integer/trait.Integer.html#method.next_multiple_of">Read more</a></p>
|
|
|
</div><h4 id='method.prev_multiple_of' class="method hidden"><code id='prev_multiple_of.v'>fn <a href='../../num/integer/trait.Integer.html#method.prev_multiple_of' class='fnname'>prev_multiple_of</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self) -> Self <span class="where fmt-newline">where<br> Self: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>, </span></code><a class='srclink' href='../../src/num_integer/lib.rs.html#337-342' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Rounds down to nearest multiple of argument. <a href="../../num/integer/trait.Integer.html#method.prev_multiple_of">Read more</a></p>
|
|
|
</div></div><h3 id='impl-Shr%3Cusize%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/bit/trait.Shr.html" title="trait core::ops::bit::Shr">Shr</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Shr%3Cusize%3E' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#231-238' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-224' class="type"><code id='Output.t-224'>type <a href='https://doc.rust-lang.org/nightly/core/ops/bit/trait.Shr.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code></h4><div class='docblock'><p>The resulting type after applying the <code>>></code> operator.</p>
|
|
|
</div><h4 id='method.shr' class="method hidden"><code id='shr.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/bit/trait.Shr.html#tymethod.shr' class='fnname'>shr</a>(self, rhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#235-237' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>>></code> operation.</p>
|
|
|
</div></div><h3 id='impl-Shr%3Cusize%3E-1' class='impl'><code class='in-band'>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/bit/trait.Shr.html" title="trait core::ops::bit::Shr">Shr</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>> for &'a <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Shr%3Cusize%3E-1' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#240-247' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-225' class="type"><code id='Output.t-225'>type <a href='https://doc.rust-lang.org/nightly/core/ops/bit/trait.Shr.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code></h4><div class='docblock'><p>The resulting type after applying the <code>>></code> operator.</p>
|
|
|
</div><h4 id='method.shr-1' class="method hidden"><code id='shr.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/bit/trait.Shr.html#tymethod.shr' class='fnname'>shr</a>(self, rhs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#244-246' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>>></code> operation.</p>
|
|
|
</div></div><h3 id='impl-Num' class='impl'><code class='in-band'>impl <a class="trait" href="../../num/traits/trait.Num.html" title="trait num::traits::Num">Num</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Num' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#193-211' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.FromStrRadixErr' class="type"><code id='FromStrRadixErr.t'>type <a href='../../num/traits/trait.Num.html#associatedtype.FromStrRadixErr' class="type">FromStrRadixErr</a> = <a class="enum" href="../../num/bigint/enum.ParseBigIntError.html" title="enum num::bigint::ParseBigIntError">ParseBigIntError</a></code></h4><h4 id='method.from_str_radix' class="method"><code id='from_str_radix.v'>fn <a href='../../num/traits/trait.Num.html#tymethod.from_str_radix' class='fnname'>from_str_radix</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, radix: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>, <a class="enum" href="../../num/bigint/enum.ParseBigIntError.html" title="enum num::bigint::ParseBigIntError">ParseBigIntError</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#198-210' title='goto source code'>[src]</a></h4><div class='docblock'><p>Creates and initializes a BigInt.</p>
|
|
|
</div></div><h3 id='impl-CheckedMul' class='impl'><code class='in-band'>impl <a class="trait" href="../../num/traits/ops/checked/trait.CheckedMul.html" title="trait num::traits::ops::checked::CheckedMul">CheckedMul</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-CheckedMul' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#943-948' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.checked_mul-1' class="method hidden"><code id='checked_mul.v-1'>fn <a href='../../num/traits/ops/checked/trait.CheckedMul.html#tymethod.checked_mul' class='fnname'>checked_mul</a>(&self, v: &<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#945-947' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Multiplies two numbers, checking for underflow or overflow. If underflow or overflow happens, <code>None</code> is returned. <a href="../../num/traits/ops/checked/trait.CheckedMul.html#tymethod.checked_mul">Read more</a></p>
|
|
|
</div></div><h3 id='impl-ToBigInt' class='impl'><code class='in-band'>impl <a class="trait" href="../../num/bigint/trait.ToBigInt.html" title="trait num::bigint::ToBigInt">ToBigInt</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-ToBigInt' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1229-1234' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.to_bigint' class="method hidden"><code id='to_bigint.v'>fn <a href='../../num/bigint/trait.ToBigInt.html#tymethod.to_bigint' class='fnname'>to_bigint</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#1231-1233' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to a <code>BigInt</code>.</p>
|
|
|
</div></div><h3 id='impl-FromStr' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/str/trait.FromStr.html" title="trait core::str::FromStr">FromStr</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-FromStr' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#184-191' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Err' class="type"><code id='Err.t'>type <a href='https://doc.rust-lang.org/nightly/core/str/trait.FromStr.html#associatedtype.Err' class="type">Err</a> = <a class="enum" href="../../num/bigint/enum.ParseBigIntError.html" title="enum num::bigint::ParseBigIntError">ParseBigIntError</a></code></h4><div class='docblock'><p>The associated error which can be returned from parsing.</p>
|
|
|
</div><h4 id='method.from_str' class="method hidden"><code id='from_str.v'>fn <a href='https://doc.rust-lang.org/nightly/core/str/trait.FromStr.html#tymethod.from_str' class='fnname'>from_str</a>(s: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a>, <a class="enum" href="../../num/bigint/enum.ParseBigIntError.html" title="enum num::bigint::ParseBigIntError">ParseBigIntError</a>></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#188-190' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Parses a string <code>s</code> to return a value of this type. <a href="https://doc.rust-lang.org/nightly/core/str/trait.FromStr.html#tymethod.from_str">Read more</a></p>
|
|
|
</div></div><h3 id='impl-Zero' class='impl'><code class='in-band'>impl <a class="trait" href="../../num/traits/identities/trait.Zero.html" title="trait num::traits::identities::Zero">Zero</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Zero' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#249-259' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.zero' class="method hidden"><code id='zero.v'>fn <a href='../../num/traits/identities/trait.Zero.html#tymethod.zero' class='fnname'>zero</a>() -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#251-253' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the additive identity element of <code>Self</code>, <code>0</code>. # Purity <a href="../../num/traits/identities/trait.Zero.html#tymethod.zero">Read more</a></p>
|
|
|
</div><h4 id='method.is_zero' class="method hidden"><code id='is_zero.v'>fn <a href='../../num/traits/identities/trait.Zero.html#tymethod.is_zero' class='fnname'>is_zero</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#256-258' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if <code>self</code> is equal to the additive identity.</p>
|
|
|
</div><h4 id='method.set_zero' class="method hidden"><code id='set_zero.v'>fn <a href='../../num/traits/identities/trait.Zero.html#method.set_zero' class='fnname'>set_zero</a>(&mut self)</code><a class='srclink' href='../../src/num_traits/identities.rs.html#23-25' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Sets <code>self</code> to the additive identity element of <code>Self</code>, <code>0</code>.</p>
|
|
|
</div></div><h3 id='impl-Clone' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Clone' class='anchor'></a><a class='srclink' href='../../src/num_bigint/bigint.rs.html#106' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.clone' class="method hidden"><code id='clone.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&self) -> <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a class='srclink' href='../../src/num_bigint/bigint.rs.html#106' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
|
|
|
</div><h4 id='method.clone_from' class="method hidden"><code id='clone_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&mut self, source: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self)</code><span class='since' title='Stable since Rust version 1.0.0'>1.0.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/clone.rs.html#131-133' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
|
|
|
</div></div></div><h2 id='synthetic-implementations' class='small-section-header'>Auto Trait Implementations<a href='#synthetic-implementations' class='anchor'></a></h2><div id='synthetic-implementations-list'><h3 id='impl-Send' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Send' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Unpin' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Unpin' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Sync' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-Sync' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-UnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html" title="trait std::panic::UnwindSafe">UnwindSafe</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-UnwindSafe' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-RefUnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html" title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="../../num/bigint/struct.BigInt.html" title="struct num::bigint::BigInt">BigInt</a></code><a href='#impl-RefUnwindSafe' class='anchor'></a></h3><div class='impl-items'></div></div><h2 id='blanket-implementations' class='small-section-header'>Blanket Implementations<a href='#blanket-implementations' class='anchor'></a></h2><div id='blanket-implementations-list'><h3 id='impl-ToOwned' class='impl'><code class='in-band'>impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T <span class="where fmt-newline">where<br> T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>, </span></code><a href='#impl-ToOwned' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#81-92' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Owned' class="type"><code id='Owned.t'>type <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned' class="type">Owned</a> = T</code></h4><div class='docblock'><p>The resulting type after obtaining ownership.</p>
|
|
|
</div><h4 id='method.to_owned' class="method hidden"><code id='to_owned.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned' class='fnname'>to_owned</a>(&self) -> T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#85-87' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
|
|
|
</div><h4 id='method.clone_into' class="method hidden"><code id='clone_into.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into' class='fnname'>clone_into</a>(&self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T)</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#89-91' title='goto source code'>[src]</a></h4><div class='stability hidden'><div class='stab unstable'><details><summary><span class='emoji'>🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</summary><p>recently added</p>
|
|
|
</details></div></div><div class='docblock hidden'><p>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
|
|
|
</div></div><h3 id='impl-Into%3CU%3E' class='impl'><code class='in-band'>impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>, </span></code><a href='#impl-Into%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#544-549' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.into' class="method hidden"><code id='into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into' class='fnname'>into</a>(self) -> U</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#546-548' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
|
|
</div></div><h3 id='impl-From%3CT%3E' class='impl'><code class='in-band'>impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for T</code><a href='#impl-From%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#553-555' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-11' class="method hidden"><code id='from.v-11'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(t: T) -> T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#554' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
|
|
</div></div><h3 id='impl-ToString' class='impl'><code class='in-band'>impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/alloc/string/trait.ToString.html" title="trait alloc::string::ToString">ToString</a> for T <span class="where fmt-newline">where<br> T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></code><a href='#impl-ToString' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/string.rs.html#2134-2144' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.to_string' class="method hidden"><code id='to_string.v'>default fn <a href='https://doc.rust-lang.org/nightly/alloc/string/trait.ToString.html#tymethod.to_string' class='fnname'>to_string</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/string.rs.html#2136-2143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the given value to a <code>String</code>. <a href="https://doc.rust-lang.org/nightly/alloc/string/trait.ToString.html#tymethod.to_string">Read more</a></p>
|
|
|
</div></div><h3 id='impl-TryFrom%3CU%3E' class='impl'><code class='in-band'>impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>, </span></code><a href='#impl-TryFrom%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#572-578' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error' class="type"><code id='Error.t'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
|
|
|
</div><h4 id='method.try_from' class="method hidden"><code id='try_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#575-577' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
|
|
</div></div><h3 id='impl-TryInto%3CU%3E' class='impl'><code class='in-band'>impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>, </span></code><a href='#impl-TryInto%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#560-567' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-1' class="type"><code id='Error.t-1'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error' class="type">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
|
|
|
</div><h4 id='method.try_into' class="method hidden"><code id='try_into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into' class='fnname'>try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#564-566' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
|
|
</div></div><h3 id='impl-BorrowMut%3CT%3E' class='impl'><code class='in-band'>impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T <span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></code><a href='#impl-BorrowMut%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#218-220' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow_mut' class="method hidden"><code id='borrow_mut.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut' class='fnname'>borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#219' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
|
|
|
</div></div><h3 id='impl-Borrow%3CT%3E' class='impl'><code class='in-band'>impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T <span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></code><a href='#impl-Borrow%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#213-215' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow' class="method hidden"><code id='borrow.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow' class='fnname'>borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
|
|
|
</div></div><h3 id='impl-Any' class='impl'><code class='in-band'>impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T <span class="where fmt-newline">where<br> T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></code><a href='#impl-Any' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#100-102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.type_id' class="method hidden"><code id='type_id.v'>fn <a href='https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id' class='fnname'>type_id</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#101' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
|
|
|
</div></div><h3 id='impl-NumOps%3CRhs%2C%20Output%3E' class='impl'><code class='in-band'>impl<T, Rhs, Output> <a class="trait" href="../../num/traits/trait.NumOps.html" title="trait num::traits::NumOps">NumOps</a><Rhs, Output> for T <span class="where fmt-newline">where<br> T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><Rhs, Output = Output> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a><Rhs, Output = Output> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a><Rhs, Output = Output> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><Rhs, Output = Output> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a><Rhs, Output = Output>, </span></code><a href='#impl-NumOps%3CRhs%2C%20Output%3E' class='anchor'></a><a class='srclink' href='../../src/num_traits/lib.rs.html#93-100' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-NumRef' class='impl'><code class='in-band'>impl<T> <a class="trait" href="../../num/traits/trait.NumRef.html" title="trait num::traits::NumRef">NumRef</a> for T <span class="where fmt-newline">where<br> T: <a class="trait" href="../../num/traits/trait.Num.html" title="trait num::traits::Num">Num</a> + <a class="trait" href="../../num/traits/trait.NumOps.html" title="trait num::traits::NumOps">NumOps</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&'r </a>T, T>, </span></code><a href='#impl-NumRef' class='anchor'></a><a class='srclink' href='../../src/num_traits/lib.rs.html#107' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-RefNum%3CBase%3E' class='impl'><code class='in-band'>impl<T, Base> <a class="trait" href="../../num/traits/trait.RefNum.html" title="trait num::traits::RefNum">RefNum</a><Base> for T <span class="where fmt-newline">where<br> T: <a class="trait" href="../../num/traits/trait.NumOps.html" title="trait num::traits::NumOps">NumOps</a><Base, Base> + <a class="trait" href="../../num/traits/trait.NumOps.html" title="trait num::traits::NumOps">NumOps</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&'r </a>Base, Base>, </span></code><a href='#impl-RefNum%3CBase%3E' class='anchor'></a><a class='srclink' href='../../src/num_traits/lib.rs.html#114' title='goto source code'>[src]</a></h3><div class='impl-items'></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><p>Search multiple things at once by splitting your query with comma (e.g., <code>str,u8</code> or <code>String,struct:Vec,test</code>)</p></div></div></aside><script>window.rootPath = "../../";window.currentCrate = "num";</script><script src="../../aliases.js"></script><script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html> |