Saved Bookmarks
| 1. |
What Is Lambda Expression In F#? |
|
Answer» Lambda expression is an unnamed or anonymous FUNCTION. Sometimes instead of defining a FULL name function you may create a lambda expression. It optimizes the CODE. You must use fun keyword to DEFINE lambda expression. Lambda expression is an unnamed or anonymous function. Sometimes instead of defining a full name function you may create a lambda expression. It optimizes the code. You must use fun keyword to define lambda expression. |
|