Lambdas are not special - they’re regular <: Functions (implemented as callable structs that subtype Function). They just don’t have a convenient name, but rather a generated one.
Lambdas are not special - they’re regular <: Functions (implemented as callable structs that subtype Function). They just don’t have a convenient name, but rather a generated one.