pub fn select<F: PrimeCharacteristicRing>( cond: impl Into<F>, a: impl Into<F>, b: impl Into<F>, ) -> F
Assumes that cond is boolean. Returns a if cond is true, otherwise returns b.
cond
a
b