BigIntRingBase

Type Alias BigIntRingBase 

Source
pub type BigIntRingBase = MPZBase;
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 BigIntRingBase;