dotToggle method

void dotToggle(
  1. int X,
  2. int Y
)

Toggles a dot.

Implementation

void dotToggle(int X, int Y) => bitToggle(bit(X, Y));