prev property

UndoHeader<E>? prev
getter/setter pair

The previous UndoHeader. If we are the tail, or not linked yet, it is null.

Implementation

UndoHeader<E>? prev;