SetMove<E> constructor

SetMove<E>(
  1. Set<E> _set,
  2. Predicate<E> _predicate
)

Creates a SetMove with the given backing set and predicate.

Implementation

SetMove(this._set, this._predicate);