SethMMorton / fastnumbers

Super-fast and clean conversions to numbers for Python.
https://pypi.org/project/fastnumbers/
MIT License
105 stars 13 forks source link

Use designated initializers for structs #42

Closed SethMMorton closed 4 years ago

SethMMorton commented 4 years ago

I was not before because the older MSVC compilers did not support it. Now that Python 3.4 and earlier is dropped, this should not be an issue.