pub type IntVector = Vec<BigInt>;
A vector in integer space.
pub struct IntVector { /* private fields */ }