redo method

Tuple2 redo(
  1. Document doc
)

Implementation

Tuple2 redo(Document doc) {
  return _change(doc, stack.redo, stack.undo);
}