I have an F# Record type
type MyType = { Name : string Description : string option }
I'd like to get two arrays, one containing the names of the required properties and one containing the optional properties. How can I do this?
Aucun commentaire:
Enregistrer un commentaire