Saved Bookmarks
| 1. |
What Is Options In F#? |
|
Answer» Options type is used when there is no value present for FUNCTION or VARIABLE. It PROVIDES an expression Some and a value None for handling the empty VALUES or variables. Options type is used when there is no value present for function or variable. It provides an expression Some and a value None for handling the empty values or variables. |
|