Description Usage Arguments Examples
Apply list input to a worker
1 | apply_list(input, worker)
|
input |
a list of characters |
worker |
a worker |
1 2 3 | cutter = worker()
apply_list(list("this is test", "that is not test"), cutter)
apply_list(list("this is test", list("that is not test","ab c")), cutter)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.