Return a slice of the subiterators for this iterator.
()
| 128 | |
| 129 | // Return a slice of the subiterators for this iterator. |
| 130 | SubIterators() []Iterator |
| 131 | } |
| 132 | |
| 133 | // IteratorFuture is an optional interface for legacy Iterators that support direct conversion |
no outgoing calls
no test coverage detected