Lambda
public struct Lambda: Fn
Lambda
creates an anonymous function that binds one or more variables in the
expression at expr
. The lambda form is only permitted as a direct argument
to a form which applies it. It cannot be bound to a variable.