| 395 | } |
| 396 | |
| 397 | u64 text::count(const text_view& pattern, const u64 from, const u64 size) const noexcept |
| 398 | { |
| 399 | return this->view().count(pattern, from, size); |
| 400 | } |
| 401 | |
| 402 | bool text::starts_with(const text_view& prefix) const noexcept |
| 403 | { |
no test coverage detected