Renan Ribeiro
|
dc9e8161d9
|
Implement chunk_by operation (#14410)
# Description
This pull requests implements a new ~~partition-by~~ `chunk-by` command.
The operation takes a closure and partitions the input list into
sublists based on the return value of the closure.
- fixes #14149
Examples, tests and and documentation were added accordingly.


|
2024-11-29 13:37:27 -08:00 |
|