cut method

T cut()

切刀(立刻切)

Implementation

T cut() {
  return push(ECut());
}