pub fn expr_as_usize_literal(expr: &Expr) -> Option<usize>Expand description
Resolve an Expr::Value into a usize if numeric-shaped. Thin
wrapper that unpacks the Expr → Value layer so callers reading
LIMIT/OFFSET clauses don’t each re-write the unpack.