Skip to main content

checked_into_sexp_i64

Function checked_into_sexp_i64 

Source
pub fn checked_into_sexp_i64(val: i64) -> SEXP
Expand description

Convert i64 to R integer, panicking if outside i32 range.

The valid range is (i32::MIN, i32::MAX]i32::MIN is excluded because it is NA_integer_ in R.