ForwardSimulation / forrustts

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

TreeSequence should consume TableCollection. #163

Closed molpopgen closed 3 years ago

molpopgen commented 3 years ago

We should eliminate the lifetime coupling and just have direct ownership. We can always get a clone of the tables back by adding a function to "dump" them out.