Type Definition libR_sys::SEXPTYPE

source ·
pub type SEXPTYPE = c_uint;
Expand description

NOT YET using enum:

  1. The SEXPREC struct below has ‘SEXPTYPE type : 5’ (making FUNSXP and CLOSXP equivalent in there), giving (-Wall only ?) warnings all over the place
  2. Many switch(type) { case … } statements need a final default:' added in order to avoid warnings like [e.g. l.170 of ../main/util.c] "enumeration value FUNSXP’ not handled in switch“