MCPcopy Create free account
hub / github.com/arafatkatze/DataViz / Next

Method Next

stacks/arraystack/iterator.go:24–29  ·  view source on GitHub ↗

Next moves the iterator to the next element and returns true if there was a next element in the container. If Next() returns true, then next element's index and value can be retrieved by Index() and Value(). If Next() was called for the first time, then it will point the iterator to the first elemen

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

FirstMethod · 0.95

Calls 2

SizeMethod · 0.65
withinRangeMethod · 0.45

Tested by

no test coverage detected