SetChange<E> constructor

SetChange<E>(
  1. E element,
  2. SetOp op
)

Implementation

SetChange(this.element, this.op);