R_xlen_t.Rd
Type Definition: 'R_xlen_t' and 'R_len_t'
#include <Rinternals.h>
R_xlen_t
R_len_t
An object of class typedef
of length 1.
Declaration: src/include/Rinternals.h
Long vectors:
typedef ptrdiff_t R_xlen_t;
4503599627370496 define R_XLEN_T_MAX
Short vectors:
typedef int R_len_t;
#define R_LEN_T_MAX INT_MAX
If long vectors are not supported on the current platform, then:
LONG_VECTOR_SUPPORT
is not defined and we have:
typedef int R_xlen_t; define R_XLEN_T_MAX R_LEN_T_MAX