Docs.rs
surge-halfrate-0.2.4-alpha.0
surge-halfrate 0.2.4-alpha.0
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
klebs6-x
Dependencies
ndarray ^0.15.3
normal
surge-constants ^0.2.4-alpha.0
normal
surge-math ^0.2.4-alpha.0
normal
surge-traits ^0.2.4-alpha.0
normal
Versions
0%
of the crate is documented
Go to latest stable release
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
BigUint
Wrapping<T>
u128
u16
u32
u64
u8
usize
Implementors
In surge_halfrate::imports::imports
?
Trait
surge_halfrate
::
imports
::
imports
::
Unsigned
source
·
[
−
]
pub trait Unsigned:
Num
{ }
Expand description
A trait for values which cannot be negative
Implementations on Foreign Types
source
impl
Unsigned
for
u8
source
impl
Unsigned
for
u128
source
impl
Unsigned
for
u64
source
impl<T>
Unsigned
for
Wrapping
<T>
where
T:
Unsigned
,
Wrapping
<T>:
Num
,
source
impl
Unsigned
for
u32
source
impl
Unsigned
for
usize
source
impl
Unsigned
for
u16
source
impl
Unsigned
for
BigUint
Implementors