| as_list | as_list |
| as_sum | as_sum |
| as_vector | as_vector |
| compose | compose |
| compose_operator | composition operator |
| contains | contains |
| create_sequence | creates a lazy sequence |
| create_sequence_from_function | creates a lazy sequence from a arity-0 function |
| discard | discard |
| distinct | distinct |
| flat_map | flat_map |
| flatten | flatten |
| get_head | Returns the first element of a collection. |
| get_head.list | Returns the first element of a list |
| get_head.transducer_sequence | Returns the first element of a lazy sequence. |
| keep | keep |
| map | map |
| map_indexed | map_indexed |
| next_value | Takes the next value of collection |
| next_value.list | returns the next value of a list |
| next_value.transducer_sequence | returns the next value of a lazy sequence |
| plus | plus |
| random_sample | random_sample |
| rest | Returns the rest of a collection |
| rest.list | Returns the rest of a list |
| rest.transducer_sequence | Returns the rest of a lazy sequence. |
| take | take |
| take_nth | take |
| take_while | take_while |
| to_list | Converts a collection to a list |
| to_list.transducer_sequence | Converts a lazy sequence to a list |
| transduce | Transduce |
| transducer | transducer |
| transduce_tbl | Transduce_tbl |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.