Replies: 1 comment 2 replies
-
Yes it is. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I made a struct in C#, with member to mutate it
Now in F# I create the struct and I call that member
The question is, in this scenario, is it mutable without me using
mutable
keyword, in F# standard, for one I feel conflictedBeta Was this translation helpful? Give feedback.
All reactions