| 1 | use crate::{Choice, CtAssign, CtAssignSlice, CtEq, CtEqSlice, CtSelect}; |
| 2 | use core::ops::{Deref, DerefMut}; |
| 3 | |
| 4 | /// Helper macro for providing behavior like the [`CtOption::map`] combinator that works in |
nothing calls this directly
no outgoing calls
no test coverage detected