| 330 | |
| 331 | _FORCE_INLINE_ operator Span<char32_t>() const { return Span(ptr(), length()); } |
| 332 | _FORCE_INLINE_ Span<char32_t> span() const { return Span(ptr(), length()); } |
| 333 | |
| 334 | void remove_at(int p_index) { _cowdata.remove_at(p_index); } |
| 335 |
no test coverage detected