Docs.rs
aoc-util-0.1.1
aoc-util 0.1.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
nambrosini
Dependencies
num-traits ^0.2
normal
Versions
13.04%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
☰
aoc_util
0.1.1
Signed
Implementations on Foreign Types
i128
i16
i32
i64
Object Safety
Implementors
In aoc_util::integer
?
Trait
aoc_util
::
integer
::
Signed
source
·
[
−
]
pub trait Signed<T>:
Integer
<T> +
Neg
<Output = T> { }
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
Signed
<
i16
> for
i16
source
§
impl
Signed
<
i32
> for
i32
source
§
impl
Signed
<
i64
> for
i64
source
§
impl
Signed
<
i128
> for
i128
Implementors
§