gen-iter
gen-iter copied to clipboard
GenIterReturn refactorings , and add more tests
version 0.4.0
- incompatible refactorings for
GenIterReturn:- rename
GenIterReturn::is_done()toGenIterReturn::is_complete() - rename
GenIterReturn::return_or_self()toGenIterReturn::try_get_return()
- rename
- add tests for feature
generator_clone - add tests those do not use closure but use
impl Generator