Skip to main content

IntVector

Type Alias IntVector 

Source
pub type IntVector = Vec<BigInt>;
Expand description

A vector in integer space.

Aliased Typeยง

pub struct IntVector { /* private fields */ }