BigIntRing

Type Alias BigIntRing 

Source
pub type BigIntRing = MPZ;
Available on crate feature mpir only.
Expand description

Type alias for the current default used big integer ring implementation.

The type this points to may change when features or other compilation parameters change.

Aliased Typeยง

pub struct BigIntRing { /* private fields */ }