| 28 | class SeqLen : public VectorBase< INTSXP,false,SeqLen > { |
| 29 | public: |
| 30 | SeqLen( R_xlen_t len_ ) : len(len_){} |
| 31 | |
| 32 | inline R_xlen_t operator[]( R_xlen_t i ) const { |
| 33 | return 1 + i ; |
nothing calls this directly
no outgoing calls
no test coverage detected