subtle icon indicating copy to clipboard operation
subtle copied to clipboard

Implement `CtOption` merging

Open AaronFeickert opened this issue 1 year ago • 0 comments
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.

AaronFeickert avatar Jul 08 '24 16:07 AaronFeickert