pub(crate) fn typed_select<B>(
b: &mut B,
field_type: FieldType,
cond: B::Bool,
on_true: EvalValueAbstract<B>,
on_false: EvalValueAbstract<B>,
) -> EvalValueAbstract<B>where
B: RotationBackend,pub(crate) fn typed_select<B>(
b: &mut B,
field_type: FieldType,
cond: B::Bool,
on_true: EvalValueAbstract<B>,
on_false: EvalValueAbstract<B>,
) -> EvalValueAbstract<B>where
B: RotationBackend,