Expand description
Returns when_true
when selector == 1
, and returns when_false
when
selector == 0
. selector
needs to be boolean.
Functions§
- Returns the
when_true
expression when the selector is true, else returns thewhen_false
expression. - Returns the
when_true
value when the selector is true, else returns thewhen_false
value. - Returns the
when_true
word when selector is true, else returns thewhen_false
word.