lambda
Converts a raw string input to a lambda value. Lambda example: param1 param2: Hello, .param1 and .param2!
Return
a new LambdaValue from the raw input
Parameters
raw
string input to parse the lambda from
Converts a raw string input to a lambda value. Lambda example: param1 param2: Hello, .param1 and .param2!
a new LambdaValue from the raw input
string input to parse the lambda from