Files
gonum/graph/iterator
Dan Kortschak dafd13b32d graph/iterator: guard against iteration panic
The reflect package panics when any of Key, Value or Next are called
after Next returns false. We don't do that in the other iterators, so
we shouldn't do it here.
2019-07-20 21:02:08 +09:30
..