mirror of
https://github.com/nushell/nushell
synced 2025-01-26 11:55:20 +00:00
dc9e8161d9
# 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. ![image](https://github.com/user-attachments/assets/c272e2ec-9af3-4a88-832b-ddca4eb14c8f) ![image](https://github.com/user-attachments/assets/178968e7-c165-4d8c-858c-98584d653b0a) |
||
---|---|---|
.. | ||
commands | ||
format_conversions | ||
main.rs | ||
sort_utils.rs |