SetChange<E>.remove constructor

SetChange<E>.remove(
  1. E element
)

Implementation

SetChange.remove(this.element) : op = SetOp.remove;