| 33 | inline value_type& operator[](R_xlen_t i) { return data[i]; } |
| 34 | inline const value_type& operator[](R_xlen_t i) const { return data[i]; } |
| 35 | inline R_xlen_t size() const { return v.size(); } |
| 36 | |
| 37 | private: |
| 38 | /*const*/ VECTOR& v; |
no outgoing calls