leftiness / hex_math

MIT License
4 stars 1 forks source link

Make Point/etc a tuple struct, eliminate new() #70

Closed leftiness closed 7 years ago

leftiness commented 7 years ago

https://doc.rust-lang.org/book/structs.html#tuple-structs

leftiness commented 7 years ago

Maybe also able to get rid of values() because you can destructure a tuple struct more easily.

Not sure about the impact of that change on the generics, though.

leftiness commented 7 years ago

Merged