TShift constructor

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

Implementation

TShift({
  int shift = 0,
}) {
  _shift = shift;
}