| 92 | } |
| 93 | |
| 94 | inline iterator begin() const { return CHAR( STRING_ELT( *parent, index ) ) ; } |
| 95 | inline iterator end() const { return begin() + size() ; } |
| 96 | inline R_xlen_t size() const { return strlen( begin() ) ; } |
| 97 | inline bool empty() const { return *begin() == '\0' ; } |
no outgoing calls
no test coverage detected