| 645 | inline Dict::iterator::iterator(Dict d) {FLDictIterator_Begin(d, this);} |
| 646 | inline Value Dict::iterator::key() const {return FLDictIterator_GetKey(this);} |
| 647 | inline slice Dict::iterator::keyString() const {return FLDictIterator_GetKeyString(this);} |
| 648 | inline Value Dict::iterator::value() const {return FLDictIterator_GetValue(this);} |
| 649 | inline bool Dict::iterator::next() {return FLDictIterator_Next(this);} |
| 650 |
nothing calls this directly
no test coverage detected