Saved Bookmarks
| 1. |
What Is Structure In F#? |
|
Answer» F# structure is a data structure which is used to organize data, it is value types and efficient than class. It does not ALLOW let BINDING, so you MUST DECLARE fields by using val keyword. F# structure is a data structure which is used to organize data, it is value types and efficient than class. It does not allow let binding, so you must declare fields by using val keyword. |
|