DiffEntry<T>.newEntry constructor

DiffEntry<T>.newEntry(
  1. T entity
)

Implementation

DiffEntry.newEntry(this.entity) : prevIndex = _DEFAULT_NEW_ENTRY_INDEX;