Create a new, invalid array iterator. */
| 24230 | public: |
| 24231 | /** Create a new, invalid array iterator. */ |
| 24232 | simdjson_inline array_iterator() noexcept = default; |
| 24233 | |
| 24234 | // |
| 24235 | // Iterator interface |
nothing calls this directly
no outgoing calls
no test coverage detected