Liking cljdoc? Tell your friends :D
ClojureScript only.

js.Generator

The Generator object is returned by a generator function and conforms to both the iterable protocol and the iterator protocol.

The Generator object is returned by a generator function and
conforms to both the iterable protocol and the iterator protocol.
raw docstring

nextcljs

(next this value)

Method.

The next() method returns an object with two properties done value. You can also provide a parameter to the next method to a value to the generator.

gen.next(value)

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Generator/next

Method.

The next() method returns an object with two properties done
value. You can also provide a parameter to the next method to
a value to the generator.

`gen.next(value)`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Generator/next`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close