| 381 | cripts::string_view iterate(); // This is a little helper for the iterators |
| 382 | |
| 383 | [[nodiscard]] Iterator |
| 384 | end() const |
| 385 | { |
| 386 | return Iterator::end(); // Static end iterator. ToDo: Does this have any value over making a new one always? |
| 387 | } |
| 388 | |
| 389 | // This should only be called from the Context initializers! |
| 390 | void |