rust-ux / uX

Non standard integer types like `u7`, `u9`, `u10`, `u63`, `i7`, `i9`
Apache License 2.0
121 stars 37 forks source link

Make new a const fn #39

Closed kjetilkjeka closed 2 years ago

kjetilkjeka commented 2 years ago

Possible to do now since panicking in const context is implemented in rustc.

Closes #38