Inserts every element of stuff not rejected by another index into the front of the index.
The number of elements inserted. Complexity: O(n stuff * i(n)); O(n stuff) for this index
See Implementation
Inserts every element of stuff not rejected by another index into the front of the index.