Function integer_const

Source
pub fn integer_const(cx: &LateContext<'_>, expr: &Expr<'_>) -> Option<u128>
Expand description

If expr evaluates to an integer constant, return its value.