Robbepop / apint

Arbitrary precision integers library.
Other
27 stars 4 forks source link

Make the `bw` free function a `const` function as soon as stable Rust allows #60

Open AaronKutch opened 4 years ago

AaronKutch commented 4 years ago

They just stabilized #[feature(const_if_match)] which will fix most of our const problems in a few more nightlies. Unfortunately, it misses stable 1.45 so we will have to wait a while