moveTo function

int moveTo(
  1. int m
)

Implementation

int moveTo(int m) => (m >> 6) & 0x3f;