ForwardSimulation / forrustts

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

Consistent use of IdType #146

Closed molpopgen closed 3 years ago

molpopgen commented 3 years ago

There are times when we use i32 instead of IdType. Such inconsistency makes it hard to change the definition of IdType in the future.

molpopgen commented 3 years ago

This will be made moot by newtypes, which get rid of any possible confusion