You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds/adapts and exports macros for writing impls of `CtSelect` based on
`CtAssign` and vice versa:
- `impl_ct_assign_with_ct_select!`
- `impl_ct_select_with_ct_assign!`
The latter already existed as an internal implementation detail of
`ct_select`, but this re-exports it and makes it more general by
changing it from working on `Copy` types to working on `Clone` types.
0 commit comments