pub fn lit_bigint(lit: &Literal) -> Option<BigInt>
The BigInt value of an integer literal, promoting a machine Int — for arithmetic that must run in arbitrary precision. None for non-integer literals.
BigInt
Int
None