Break iterable at given indices.
an iterable
split indices (sorted)
x[0..j] ⧺ x[j..k] ⧺ ... | ft(x[i]) = true; i = j, k, ...; i ∈ is
Generated using TypeDoc
Break iterable at given indices.