Skip to content

DominicBurkart/gen-nested-iter-yield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gen-nested-iter-yield

crates.io docs.rs CI style

gen-nested-iter-yield exports a helper macro, nested_iter_yield, which can be used to generate n-nested for loops over identical iterators. This is useful for generating a stream of permutations with replacement without storing unnecessary intermediary buffers.

The macro returns a genawaiter::sync generator.

About

A macro for creating n-nested for loops over iterators.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages