ExtractIfIterator<T> constructor

ExtractIfIterator<T>(
  1. Vec<T> _vec,
  2. bool _test(
    1. T
    )
)

Implementation

ExtractIfIterator(this._vec, this._test);