Since for the time being subtle does not work in const context (until const traits are stabilized), we cannot use CtOption to denote optional results. This leads to returning tuples (Uint, CtChoice) which are prone to misuse.
We should implement an analogue of CtOption (ConstCtOption?) that works in const fn contexts.
Since for the time being
subtledoes not work inconstcontext (until const traits are stabilized), we cannot useCtOptionto denote optional results. This leads to returning tuples(Uint, CtChoice)which are prone to misuse.We should implement an analogue of
CtOption(ConstCtOption?) that works inconst fncontexts.