Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

codepoints

io.stdin.codepoints

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?