Skip to main content

lit_bigint

Function lit_bigint 

Source
pub fn lit_bigint(lit: &Literal) -> Option<BigInt>
Expand description

The BigInt value of an integer literal, promoting a machine Int — for arithmetic that must run in arbitrary precision. None for non-integer literals.