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

map_broken

🌌stream.map_broken

NYI: This currently does not work with the C backend since generics resolution
for stream.this.next confuses the type from the outer feature (T) with the type
from the inherited feature (B).


redefines stream.hasNext:
does this stream have one more element?


redefines stream.next:
the next element in this stream