ForwardSimulation / forrustts

Forward time simulation, rust, and tree sequences.
https://docs.rs/forrustts
MIT License
3 stars 0 forks source link

Ergonomics: returning Result<impl Iterator> #214

Closed molpopgen closed 1 year ago

molpopgen commented 1 year ago

Most examples of this in the code can simply return an iterator that will iterate over nothing.

molpopgen commented 1 year ago

Closed via #175