Type Alias Z

Source
pub type Z = Boxed<BigInt>;

Aliased Type§

struct Z(pub BigInt);

Fields§

§0: BigInt