mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 15:47:01 +08:00

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.