* the length of the vector, uses Rf_xlength */
| 264 | * the length of the vector, uses Rf_xlength |
| 265 | */ |
| 266 | inline R_xlen_t length() const { |
| 267 | return ::Rf_xlength( Storage::get__() ) ; |
| 268 | } |
| 269 | |
| 270 | /** |
| 271 | * alias of length |
no outgoing calls
no test coverage detected