| 339 | inline const_Proxy operator[]( R_xlen_t i ) const { return cache.ref(i) ; } |
| 340 | |
| 341 | inline Proxy operator()( const size_t& i) { |
| 342 | return cache.ref( offset(i) ) ; |
| 343 | } |
| 344 | inline const_Proxy operator()( const size_t& i) const { |
| 345 | return cache.ref( offset(i) ) ; |
| 346 | } |