We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just wonder due to it hold a lot of fields, which will cause a large block of memory to copy whenever it got assigned a value.
The text was updated successfully, but these errors were encountered:
I think it makes sense, as it's in many ways a value that will be used instead of a Decimal.
Sorry, something went wrong.
Seems like you misunderstood what I mean. I mean this one https://www.github.com/DynamicHands/NodaMoney/tree/master/src%2FNodaMoney%2FCurrency.cs, which is a struct to hold currency information.
Indeed I did misunderstand/misread. Yes, that's a good question.
No branches or pull requests
Just wonder due to it hold a lot of fields, which will cause a large block of memory to copy whenever it got assigned a value.
The text was updated successfully, but these errors were encountered: