Type Alias BigIntRingBase

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

struct BigIntRingBase;