I understand why generic_const_exprs isn't stable, but it would be really nice if I could just have like...regular math. Nothing fancy, just + - * / and size_of. The number of times I want some variation of
X<T, const COUNT: usize> { x: [T; size_of::<T>() * COUNT] } is too many!