lastSlot method

ListDiffs<E> lastSlot()

/ Last slot

Implementation

ListDiffs<E> lastSlot() {
  return slots.last;
}