Docs.rs
sp-arithmetic-12.0.0
sp-arithmetic 12.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
parity-crate-owner
Dependencies
parity-scale-codec ^3.2.2
normal
integer-sqrt ^0.1.2
normal
num-traits ^0.2.8
normal
scale-info ^2.1.1
normal
serde ^1.0.136
normal
sp-std ^6.0.0
normal
static_assertions ^1.1.0
normal
criterion ^0.4.0
dev
primitive-types ^0.12.0
dev
rand ^0.8.5
dev
Versions
94.89%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Unsigned
Implementations on Foreign Types
Wrapping<T>
u128
u16
u32
u64
u8
usize
Implementors
In sp_arithmetic::traits
?
Trait
sp_arithmetic
::
traits
::
Unsigned
source
·
[
−
]
pub trait Unsigned:
Num
{ }
Expand description
A trait for values which cannot be negative
Implementations on Foreign Types
§
source
§
impl
Unsigned
for
u64
source
§
impl<T>
Unsigned
for
Wrapping
<T>
where
T:
Unsigned
,
Wrapping
<T>:
Num
,
source
§
impl
Unsigned
for
u8
source
§
impl
Unsigned
for
u32
source
§
impl
Unsigned
for
u16
source
§
impl
Unsigned
for
u128
source
§
impl
Unsigned
for
usize
Implementors
§