subtle
subtle copied to clipboard
Implement `CtOption` merging
trafficstars
As noted in #93, it would be useful to have functionality combining a CtOption<T> and CtOption<U> into a CtOption<(T, U)>.
This PR implements such functionality and adds corresponding tests.
Closes #93.