ListUtil extension

on

Methods

partitionPoint(bool predicate(ByteArray)) int

Available on List<ByteArray>, provided by the ListUtil extension

Returns the index of the partition point according to the given predicate (the index of the first element of the second partition).