Commit 2024-10-09 21:35 d0d73c6b
View on Github →chore: simplify some lambdas (#17206)
Replaces suitable lambdas of the form
fun f => f x by f and
fun x => x by id.
chore: simplify some lambdas (#17206)
Replaces suitable lambdas of the form
fun f => f x by f and
fun x => x by id.