Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 2.9 KB

Streams.md

File metadata and controls

49 lines (29 loc) · 2.9 KB

Package Summary

Implementations

Optional<T> Stream.$next()

optional doesn't really work cause it could be null

do I throw an exception for the iteration to stop?

do I have a special magic value for None that's not null? u32::MAX? 1?

how do I return an option from my function? do I really need to allocate a whole object for it?