SE-0270 (Review #2): Add Collection Operations on Noncontiguous Elements

As I said in another post on discontinuous element manipulation, (having only) a predicate-based method is inherently flawed. It must test all elements, even when only a relatively few will be targeted. Imagine touching only 10 elements out of 1000. An sibling function that can specify its targets by exact indices stored in ranges, (sorted) sets, etc. is still needed.

1 Like