libR-sys icon indicating copy to clipboard operation
libR-sys copied to clipboard

Use enum definition of `SEXPTYPE` instead of macro-mess

Open CGMossa opened this issue 2 years ago • 0 comments

R-API provides an enum definition of SEXPTYPE. In fact, it works fine on our end, because it simply changes how SEXPTYPE is defined. So I think we should use it.

Depends on

  • [ ] #206 where C-enums are cleaned up nicely.
  • [ ] #208

CGMossa avatar Nov 16 '23 16:11 CGMossa