| 128 | } |
| 129 | |
| 130 | inline Proxy operator[]( R_xlen_t i ) { |
| 131 | return static_cast< Vector<RTYPE>* >( this )->operator[]( i ) ; |
| 132 | } |
| 133 | inline const_Proxy operator[]( R_xlen_t i ) const { |
| 134 | return static_cast< const Vector<RTYPE>* >( this )->operator[]( i ) ; |
| 135 | } |