HintMap set(int rank, int file, HintBuilder? widget) { board[rank-1]![file-1] = widget; return this; }