| accessors | Accessor methods for the generator class |
| consume | Consume an generator, taking all iterations up to a limit |
| copy | Copy a generator safely |
| discard | Filter a series by discarding results that fulfill a... |
| foldc | Consume a fold a generator, producing a scalar |
| foldn | Fold a generator N times with a binary function |
| generator | Construct a new generator |
| generators | Generators: Iterable functions |
| keep | Filter a series by keeping results that fulfill a predicate |
| limit | Set the limit of an iterator |
| peek | Safely check for next value in iterator |
| rebase | Alter a generators update function, spawning a new generator |
| recycle | Recycle a generator |
| reset | Return a generator to its original state |
| skip | Skip ahead in a generator |
| take | Extract n steps from a generator |
| wrap | Modify a generators wrapping function, spawning a new... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.