aoc::util::integer

Trait Signed

Source
pub trait Signed<T>: Integer<T> + Neg<Output = T> { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so 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§