JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(partition-by even? [1 1 2 3 5 8 13 21]) # => @[@[1 1] @[2] @[3 5] @[8] @[13 21]]