pub fn expr<F: FieldExt>(
    selector: Expression<F>,
    when_true: Expression<F>,
    when_false: Expression<F>
) -> Expression<F>
Expand description

Returns the when_true expression when the selector is true, else returns the when_false expression.