shift method

dynamic shift()

Implementation

shift() {
  return _updateOP(UpdateCommandsLiteral.SHIFT, []);
}