ForwardSimulation / forrustts

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

Conversion fallibility and traits #218

Closed molpopgen closed 1 year ago

molpopgen commented 1 year ago

We have implemented From to allow conversion between Time and some integer types. This is not idiomatic because the conversion is not lossless.

One option is to implement traits from num.

molpopgen commented 1 year ago

This is sorted in #251 if not earlier.