| as.list.lazylist | Export a portion of a stream as a list |
| cons_stream | Create a stream |
| merge_weighted | Merge two streams so that the result is ordered |
| shift_left | Shift a stream to the left |
| stream_car | Stream accessors |
| stream_filter | Filter a stream using a predicate function |
| stream_for_each | Perform a function on each element of a stream (without... |
| stream_map | Map a function onto a stream or streams |
| stream_ref | Get a single element of a stream |
| stream_which | Which stream indices are TRUE? |
| subset | Select elements of a stream |
| weighted_pairs | Create a stream of (ordered) pairs, from two individual... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.