Skip to main content

IntOps

Trait IntOps 

Source
pub trait IntOps<T = Self>: EucRingOps<T> { }
Expand description

Helper trait bundling EucRingOps for IntType.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntOps for BigInt

Source§

impl IntOps for i32

Source§

impl IntOps for i64

Source§

impl IntOps for i128

Source§

impl IntOps<BigInt> for &BigInt

Source§

impl IntOps<i32> for &i32

Source§

impl IntOps<i64> for &i64

Source§

impl IntOps<i128> for &i128

Implementors§