pub fn integer_const(cx: &LateContext<'_>, expr: &Expr<'_>) -> Option<u128>
Expand description
If expr
evaluates to an integer constant, return its value.
pub fn integer_const(cx: &LateContext<'_>, expr: &Expr<'_>) -> Option<u128>
If expr
evaluates to an integer constant, return its value.