Next moves the iterator to the next key/value pair. It returns false when the iterator is exhausted.
()
| 115 | // Next moves the iterator to the next key/value pair. |
| 116 | // It returns false when the iterator is exhausted. |
| 117 | Next() bool |
| 118 | |
| 119 | // Key returns the key of the current key/value pair. |
| 120 | // Only valid after a call to Next returns true. |
no outgoing calls