We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
increment!
1 parent d739a6e commit 481089aCopy full SHA for 481089a
src/iterators.jl
@@ -24,7 +24,7 @@ function Base.iterate(iterator::AbstractNetworkIterator, init = true)
24
return rv, false
25
end
26
27
-function increment! end
+increment!(iterator::AbstractNetworkIterator) = throw(MethodError(increment!, Tuple{typeof(iterator)}))
28
compute!(iterator::AbstractNetworkIterator) = iterator
29
30
step!(iterator::AbstractNetworkIterator) = step!(identity, iterator)
0 commit comments