Change<T> constructor

Change<T>(
  1. T neu,
  2. T old
)

Implementation

Change(this.neu, this.old);