a - possibly infinite - list of codepoints read from stdin Caution!: this list is not immutable since it is constructed lazily by reading from stdin! you may iterate only once. Additionally there may be read more from stdin than what is consumed via this list. NYI: How can we lessen these imperfections?
Caution!: this list is not immutable since it is constructed lazily by reading from stdin!
you may iterate only once.
Additionally there may be read more from stdin than what is consumed
via this list.
NYI: How can we lessen these imperfections?