ExtractIfIterable<T> constructor

ExtractIfIterable<T>(
  1. Vec<T> vec,
  2. bool _test(
    1. T
    )
)

Implementation

ExtractIfIterable(this.vec, this._test);