| 83 | iterator(const MutableArray* NONNULL) noexcept; |
| 84 | |
| 85 | const Value* value() const noexcept {return _value;} |
| 86 | |
| 87 | /** Returns false when the iterator reaches the end. */ |
| 88 | explicit operator bool() const noexcept {return _value != nullptr;} |
nothing calls this directly
no outgoing calls
no test coverage detected