moveFrom function

int moveFrom(
  1. int m
)

Implementation

int moveFrom(int m) => m & 0x3f;