-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
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
Convert UTF8toUTF16 to TryUTF8toUTF16 #1024
Comments
BitVector
to see whether it is sensible to make these into this[int] { get; set; }
instead of (or in addition to) Get(int)
and Set(int)
. Being that there is a GetAndSet()
method (much like the atomic classes), I am thinking not.
@NightOwl888 Can you point me to where "It is caught in several places to do a fallback"? I reviewed all usages of |
Originally posted by @NightOwl888 in #1018 (comment)
The text was updated successfully, but these errors were encountered: