switch Case
fun switchCase(block: Expression.ExpressionBuilder.() -> Unit): Expression
Content copied to clipboard
Selects the first output whose corresponding test condition evaluates to true, or the fallback value otherwise.
Selects the first output whose corresponding test condition evaluates to true, or the fallback value otherwise.