Split
splits
list
into collections of consecutive identical elements.
splits
list
based on whether the functiontest
yields ‘True’ on consecutive elements.
Examples
Split into increasing or decreasing runs of elements
Split based on first element
Implementation status
- ✅ - full supported