InputIterator typedef

InputIterator = Iterable<int>

Iterator for input that receives character by character

Implementation

typedef InputIterator = Iterable<int>;