Keno / SIUnits.jl

Efficient unit-checked computation
Other
70 stars 26 forks source link

Make type parameter a tuple #5

Open Keno opened 10 years ago

Keno commented 10 years ago

Once 0.3 is release I want to replace the list of type parameters by a single tuple. This will allow the code to be slightly simpler. https://github.com/loladiro/SIUnits.jl/commit/846beb8682b85c19ec86c876c21128afe95c5975 moves in that direction as far as I can without breaking backwards compatibility with 0.2.

ChrisRackauckas commented 8 years ago

This seems like it would help a lot with dispatch, especially #86.