
Rustule - sh.itjust.works
Rust probably stabilise some of its experimental features before we can rewrite the world with it. Const generics for one. (I’d help out with the implementation if I could…)
Const generics are already stable. Do you mean const inline or const expressions on type level?
Sorry, I was thinking of other features covered by the Const Generics Project Group, like generic_const_exprs.