Docs.rs
sp-arithmetic-5.0.0
sp-arithmetic 5.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.0.0
normal
integer-sqrt ^0.1.2
normal
num-traits ^0.2.8
normal
scale-info ^2.0.0
normal
serde ^1.0.136
normal
sp-debug-derive ^4.0.0
normal
sp-std ^4.0.0
normal
static_assertions ^1.1.0
normal
Versions
96.51%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
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
u32
source
impl<T>
Unsigned
for
Wrapping
<T>
where
T:
Unsigned
,
Wrapping
<T>:
Num
,
source
impl
Unsigned
for
u64
source
impl
Unsigned
for
u8
source
impl
Unsigned
for
usize
source
impl
Unsigned
for
u16
source
impl
Unsigned
for
u128
Implementors