gen-iter icon indicating copy to clipboard operation
gen-iter copied to clipboard

GenIterReturn refactorings , and add more tests

Open viruscamp opened this issue 2 years ago • 0 comments

version 0.4.0

  • incompatible refactorings for GenIterReturn:
    • rename GenIterReturn::is_done() to GenIterReturn::is_complete()
    • rename GenIterReturn::return_or_self() to GenIterReturn::try_get_return()
  • add tests for feature generator_clone
  • add tests those do not use closure but use impl Generator

viruscamp avatar Jan 04 '23 06:01 viruscamp