shift method

T shift({
  1. int shift = 0,
})

垂直偏移

Implementation

T shift({int shift = 0}) {
  return push(TShift(shift: shift));
}