dangraph / Exports / directed_graph/danDirectedGraphDepthFirstIterator / <internal> / GraphIterator
directed_graph/danDirectedGraphDepthFirstIterator.<internal>.GraphIterator
The GraphIterator interface
| Name |
|---|
T |
▸ current(): undefined | T
undefined | T
▸ hasNext(): boolean
boolean
▸ next(): undefined | T
undefined | T
▸ rewind(): void
void