To allow any characters to be inside lambda setting, make single-argument lambdas use a double-backslash, that way backslashes can be used as delimiters to enter and exit a non-processed area. If this is done, = should be used instead of : for default arguments.
To allow any characters to be inside lambda setting, make single-argument lambdas use a double-backslash, that way backslashes can be used as delimiters to enter and exit a non-processed area. If this is done,
=
should be used instead of:
for default arguments.