TODO(dennwc): merge with shape.Shape String returns a short textual representation of an iterator.
()
| 44 | |
| 45 | // String returns a short textual representation of an iterator. |
| 46 | String() string |
| 47 | |
| 48 | // Iterate starts this iterator in scanning mode. Resulting iterator will list all |
| 49 | // results sequentially, but not necessary in the sorted order. Caller must close |
no outgoing calls