current property

int get current

Implementation

int get current => index == endOfFile ? char.NULL : input[index];