moveToColumn method

void moveToColumn(
  1. int n
)

Implementation

void moveToColumn(int n) {
  _stdout.write(ConsoleStrings.cursorToColumn(n));
}