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