Conversation
I have complex set of functions in rust, and in inner loop, there's an if, which is constant for whole group. I'd really like compiler to build two versions of function set, one for if false, one for if true. Is there canonical way to do that in rust? And yes, code seems to be _that_ time critical.
0
0
1