aoc
2023.12.25
Signed
Implementations on Foreign Types
i128
i16
i32
i64
Object Safety
Implementors
In aoc::
util::
integer
Trait
aoc
::
util
::
integer
::
Signed
Copy item path
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
§