Available on crate feature compute_if_then_else only.
Expand description

Contains the operator if_then_else.

Functions

Returns the values from lhs if the predicate is true or from the rhs if the predicate is false Returns None if the predicate is None.