The current column number.
auto scanner = new Scanner(cast(ubyte[])"abcd ".representation); assert(scanner.columnNumber == 1);
See Implementation