Hacker News new | ask | show | jobs
by simias 2037 days ago
Indeed, I can't wait for const generics to become available outside of std, I've been bumping into that limitation since pre-rust-1.0 days, it'll be amazing to finally be able to rewrite all that hacky code correctly.
1 comments

min_const_generics is targeted for Rust 1.50 :)
For anyone who wants to learn more: https://github.com/rust-lang/rust/pull/79135