IntOps

Trait IntOps 

Source
pub trait IntOps<T = Self>: EucRingOps<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 IntOps for i32

Source§

impl IntOps for i64

Source§

impl IntOps for i128

Source§

impl IntOps for BigInt

Source§

impl<'a> IntOps<i32> for &'a i32

Source§

impl<'a> IntOps<i64> for &'a i64

Source§

impl<'a> IntOps<i128> for &'a i128

Source§

impl<'a> IntOps<BigInt> for &'a BigInt

Implementors§