let
open fun <T> let(name: String, value: Expression<*>, expression: Expression<T>): Expression<T>(source)
Binds expressions to named variables, which can then be referenced in the result expression using var.
Binds expressions to named variables, which can then be referenced in the result expression using var.