Next advances the iterator by one and returns the type of the value at the new position (or ValNone if the iterator is exhausted).
()
| 139 | // Next advances the iterator by one and returns the type of the value |
| 140 | // at the new position (or ValNone if the iterator is exhausted). |
| 141 | Next() ValueType |
| 142 | // Seek advances the iterator forward to the first sample with a |
| 143 | // timestamp equal or greater than t. If the current sample found by a |
| 144 | // previous `Next` or `Seek` operation already has this property, Seek |
no outgoing calls