Control Flow Fn
data class ControlFlowFn(target: Expression?, body: Expression, argumentName: String, returnBehavior: ControlFlowFn.ReturnBehavior)
Content copied to clipboard
Describes the characteristics of a call to special control flow functions namely also, apply, let, run, with https://kotlinlang.org/docs/scope-functions.html#function-selection
Constructors
Link copied to clipboard
fun ControlFlowFn(target: Expression?, body: Expression, argumentName: String, returnBehavior: ControlFlowFn.ReturnBehavior)
Content copied to clipboard
Types
Link copied to clipboard
Describes whether functions return their argument or whatever is done in a block