splitEqualTo

open fun splitEqualTo(value: V, numPieces: Int): THIS

(DOC) Splits segments where the value is equal to a specific value.

Parameters

value

the value of the segments to split

numPieces

the number of pieces to split the segments into

See also